# Methods

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public static</strong> <a href="static-create#minimum.create"><strong>create()</strong></a>: <mark style="color:green;">Minimum</mark><<mark style="color:green;">Value</mark>><br>Creates the <a href=""><code>Minimum</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-isminimum#minimum.isminimum"><strong>isMinimum()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks the provided <a href="static-isminimum#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>Minimum</code></a> of any or the given <a href="static-isminimum#min-value"><code>min</code></a>.</p> |
| <p><strong>public</strong> <a href="valueof#minimum.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#minimum-less-than-value-greater-than"><code>Value</code></a> of the specified <a href=""><code>Minimum</code></a> object.</p>               |
