# Overview

## `Number {}`

The `Number` [primitive wrapper object](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript) extended by the [`Inequality`](https://docs.angular-package.dev/range-1/inequality) abstract primitive wrapper [`object`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object) represents the [`number`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) **greater** or **less** than the given.

{% embed url="<https://github.com/angular-package/range/blob/main/src/lib/number.class.ts>" %}
`number.class.ts`
{% endembed %}

{% embed url="<https://github.com/angular-package/range/blob/main/src/lib/inequality.class.ts>" %}
`Inequality.class.ts`
{% endembed %}

### Methods

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public static</strong> <a href="../methods/static-create#number.create"><strong>create()</strong></a>: <mark style="color:green;">Number</mark><<mark style="color:green;">Value</mark>><br>Creates the <a href=""><code>Number</code></a> instance with the given primitive <a href="../methods/static-create#value-value"><code>value</code></a></p>                                                                                                                                                                        |
| <p><strong>public static</strong> <a href="../methods/static-isnumber#number.isnumber"><strong>isNumber()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks the provided <a href="../methods/static-isnumber#value-any"><code>value</code></a> of <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html#any"><code>any</code></a> type whether is an instance of <a href=""><code>Number</code></a> of any or the given primitive <a href="../methods/static-isnumber#numbervalue-value">value</a>.</p> |
| <p><strong>public</strong> <a href="../methods/valueof#number.prototype.valueof"><strong>valueOf()</strong></a>: <mark style="color:green;">Value</mark><br>Returns the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/valueOf">primitive value</a> of the generic type variable <a href="../generic-type-variables#number-less-than-value-greater-than"><code>Value</code></a> of the specified <a href="#number"><code>Number</code></a> object.</p>                                 |
