# Greater {}

- [Overview](https://docs.angular-package.dev/range-1/greater/overview.md): The \`Greater\` primitive wrapper object
- [Generic type variables](https://docs.angular-package.dev/range-1/greater/generic-type-variables.md): The \`Greater\` primitive wrapper object generic type variables
- [★ Constructor](https://docs.angular-package.dev/range-1/greater/constructor.md): The \`Greater\` primitive wrapper object constructor
- [Accessors](https://docs.angular-package.dev/range-1/greater/accessors.md): The \`Greater\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](https://docs.angular-package.dev/range-1/greater/accessors/get-symbol.tostringtag.md): Changes the default tag to 'Greater' for an instance
- [Methods](https://docs.angular-package.dev/range-1/greater/methods.md): The \`Greater\` primitive wrapper object methods
- [static create()](https://docs.angular-package.dev/range-1/greater/methods/static-create.md): Creates the Greater instance with the given primitive value.
- [static isGreater()](https://docs.angular-package.dev/range-1/greater/methods/static-isgreater.md): Checks whether the given value is the Greater instance of any or given primitive value
- [than()](https://docs.angular-package.dev/range-1/greater/methods/than.md): Checks whether the primitive value of a specified object is greater than the given value
- [thanEvery()](https://docs.angular-package.dev/range-1/greater/methods/thanevery.md): Checks whether the primitive value of a specified object is greater than every value of the given values
- [thanSome()](https://docs.angular-package.dev/range-1/greater/methods/thansome.md): Checks whether the primitive value of a specified object is greater than some given values
- [valueOf()](https://docs.angular-package.dev/range-1/greater/methods/valueof.md): Returns the primitive value of a specified object


---

# 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://docs.angular-package.dev/range-1/greater.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.
