Community Profile

photo

Benjamin


CEA-DAM Île-de-France

Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
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 =...

9 years ago | 0

Question


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...

9 years ago | 2 answers | 0

2

answers