rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
104 lines (47 loc) • 1.19 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Number](./rc-js-util._number.md)
## \_Number class
Utilities that apply to numbers.
**Signature:**
```typescript
export declare class _Number
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[f32](./rc-js-util._number.f32.md)
</td><td>
`static`
</td><td>
typeof [\_F32](./rc-js-util._f32.md)
</td><td>
Utilities relating to single precision floats.
</td></tr>
<tr><td>
[f64](./rc-js-util._number.f64.md)
</td><td>
`static`
</td><td>
typeof [\_F64](./rc-js-util._f64.md)
</td><td>
Utilities relating to double precision floats.
</td></tr>
<tr><td>
[getHexString](./rc-js-util._number.gethexstring.md)
</td><td>
`static`
`readonly`
</td><td>
typeof numberGetHexString
</td><td>
Returns the hex representation of the number. If it's not a number it returns "NaN".
</td></tr>
</tbody></table>