POV-Ray : Newsgroups : povray.advanced-users : write uint32_t : Re: write uint32_t Server Time
18 Apr 2024 13:21:46 EDT (-0400)
  Re: write uint32_t  
From: Thorsten
Date: 30 Mar 2021 03:04:52
Message: <6062cd94$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.