# Methods

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public static</strong> <a href="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="static-create#value-value"><code>value</code></a></p>                                                                                                                                                             |
| <p><strong>public static</strong> <a href="static-isnumber#number.isnumber"><strong>isNumber()</strong></a>: <mark style="color:green;">boolean</mark><br>checks the provided <a href="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="static-isnumber#numbervalue-value">value</a>.</p> |
| <p><strong>public</strong> <a href="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>           |
