# Maximum {}

- [Overview](https://docs.angular-package.dev/range-1/maximum/overview.md): The \`Maximum\` primitive wrapper object
- [Generic type variables](https://docs.angular-package.dev/range-1/maximum/generic-type-variables.md): The \`Maximum\` primitive wrapper object generic type variables
- [★ Constructor](https://docs.angular-package.dev/range-1/maximum/constructor.md): Creates the Maximum instance of the given primitive value
- [Accessors](https://docs.angular-package.dev/range-1/maximum/accessors.md): The \`Maximum\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](https://docs.angular-package.dev/range-1/maximum/accessors/get-symbol.tostringtag.md): Changes the default tag to 'Maximum' for an instance
- [Methods](https://docs.angular-package.dev/range-1/maximum/methods.md): The \`Maximum\` primitive wrapper object methods
- [static create()](https://docs.angular-package.dev/range-1/maximum/methods/static-create.md): Creates the Maximum instance with the given primitive value
- [static isMaximum()](https://docs.angular-package.dev/range-1/maximum/methods/static-ismaximum.md): Checks whether the value of any type is the Maximum instance of any or the given primitive value
- [valueOf()](https://docs.angular-package.dev/range-1/maximum/methods/valueof.md): Returns the primitive value of a specified Maximum 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/maximum.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.
