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 =...
10 years 前 | 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...
10 years 前 | 2 个回答 | 0