Feeds
回答済み
How can I cast 4 octets in 32bit signed integer type ?
Thanks for your answer, it works but before it needs to swap the octets : data = [198 90 72 0]; signed_integer_32 =...
How can I cast 4 octets in 32bit signed integer type ?
Thanks for your answer, it works but before it needs to swap the octets : data = [198 90 72 0]; signed_integer_32 =...
11年以上 前 | 0
質問
How can I cast 4 octets in 32bit signed integer type ?
Hi, How can I cast a suite of 4 octet/char to obtain an 32 bit signed integer (sint32). For instance [198 90 72 0] => -967...
11年以上 前 | 2 件の回答 | 0