Home > rc-js-util > _Number
Utilities that apply to numbers.
Signature:
export declare class _Number
Property | Modifiers | Type | Description |
---|---|---|---|
f32 | static |
typeof _F32 | Utilities relating to single precision floats. |
f64 | static |
typeof _F64 | Utilities relating to double precision floats. |
getHexString | static |
typeof numberGetHexString | Returns the hex representation of the number. If it’s not a number it returns “NaN”. |