# ↓ Static

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public static</strong> <a href="static-create"><strong>create()</strong></a>: <mark style="color:green;">Range</mark><<mark style="color:green;">Value</mark>><br>Returns a new instance of <a href=".."><code>Range</code></a> with a range of the given required <a href="../static-create#min-min"><code>min</code></a>, <a href="../static-create#max-max"><code>max</code></a> and optional current <a href="../static-create#value-number"><code>value</code></a>, <a href="../static-create#step-step-1-asstep"><code>step</code></a>.</p>                                            |
| <p><strong>public static</strong> <a href="static-createfrom"><strong>createFrom()</strong></a>: <mark style="color:green;">Range</mark><<mark style="color:green;">number</mark>, <mark style="color:green;">number</mark>, <mark style="color:green;">Step</mark>><br>Creates the <a href=".."><code>Range</code></a> instance from the given random <a href="../static-createfrom#numbers-number"><code>numbers</code></a> and the <a href="../static-createfrom#step-step"><code>step</code></a>.</p>                                                                                               |
| <p><strong>public static</strong> <a href="static-createminimum"><strong>createMaximum()</strong></a>: <mark style="color:green;">Maximum</mark><<mark style="color:green;">Value</mark>><br>Returns the <a href="../../maximum"><code>Maximum</code></a> instance of the given <strong>maximum</strong> <a href="../static-createmaximum#value-value"><code>value</code></a>.</p>                                                                                                                                                                                                                      |
| <p><strong>public static</strong> <a href="static-createminimum"><strong>createMinimum()</strong></a>: <mark style="color:green;">Minimum</mark><<mark style="color:green;">Value</mark>><br>Returns the <a href="../../minimum"><code>Minimum</code></a> instance of the given <strong>minimum</strong> <a href="../static-createminimum#value-value"><code>value</code></a>.</p>                                                                                                                                                                                                                      |
| <p><strong>public static</strong> <a href="static-isrange"><strong>isRange()</strong></a>: value is <mark style="color:green;">Range</mark><<mark style="color:green;">Min</mark>, <mark style="color:green;">Max</mark>><br>Checks whether the <a href="../static-isrange#value-any"><code>value</code></a> is an instance of <a href=".."><code>Range</code></a> of any or the given <a href="../static-isrange#min-min"><strong>minimum</strong></a> and <a href="../static-isrange#max-max"><strong>maximum</strong></a> range and <a href="../static-isrange#step-step"><code>step</code></a>.</p> |
