Feeds
已回答
convert int16 to uint16 without losing information
Thanks to the person who suggesting casting to double, that's solved my problem.
convert int16 to uint16 without losing information
Thanks to the person who suggesting casting to double, that's solved my problem.
8 years 前 | 0
提问
convert int16 to uint16 without losing information
I have a range of int16 values from -32768 to 32767 and want to convert these to uint16 values from 0 to 65535. I can't get this...
8 years 前 | 3 个回答 | 0