|
 |
On 29.03.2021 19:25, ingo wrote:
> in news:60620b36$1@news.povray.org Thorsten wrote:
>
>> You can just compute the two's complement inverse before output, and
>> you get what you want
>>
>
> Sorry Thorsten, I realy don't understand. Can we do it by example.
> I have a number, 4321 and it hast to written to a file as uint_32.
Unsigned is only relevant when dealing with numbers past 2**31, so you
can just write it as signed.
Thorsten
Post a reply to this message
|
 |