Re: IDL: number types

On 3/20/13 2:24 PM, Domenic Denicola wrote:
> Basically converts anything that's not a number to zero, and then does the standard `sign(number) * floor(abs(number))` integer-ization.

Ah, interesting.  That might be worth adding, yes (though note that it 
has to be expressed as a floating-point type in the end, because 
Infinity and -Infinity are valid values).

-Boris

Received on Wednesday, 20 March 2013 18:29:29 UTC