# Methods

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public static</strong> <a href="methods/static-create"><strong>create()</strong></a>: <mark style="color:green;">Greater</mark><<mark style="color:green;">Value</mark>><br>Creates the <a href=""><code>Greater</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="methods/static-isgreater"><strong>isGreater()</strong></a>: value is <mark style="color:green;">Greater</mark><<mark style="color:green;">Value</mark>><br>Checks whether the given <a href="#undefined"><code>value</code></a> is the <a href=""><code>Greater</code></a> instance of any or given primitive value.</p>                                                                                                         |
| <p><strong>public</strong> <a href="methods/than"><strong>than()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="methods/valueof">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is greater than the given <a href="than#value-number"><code>value</code></a>.</p>                                                     |
| <p><strong>public</strong> <a href="methods/thanevery"><strong>thanEvery()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="methods/valueof">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is greater than <strong>every</strong> value of the given <a href="thanevery#...values-number"><code>values</code></a>.</p> |
| <p><strong>public</strong> <a href="methods/thansome"><strong>thanSome()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="methods/valueof">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is greater than <strong>some</strong> given <a href="#...values-number"><code>values</code></a>.</p>                          |
| <p><strong>public</strong> <a href="methods/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 a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a>.</p>                                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://range.angular-package.dev/draft/greater/methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
