<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_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>
