# Minimum {}

- [Overview](https://docs.angular-package.dev/range-1/minimum/overview.md): The \`Minimum\` primitive wrapper object
- [Generic type variables](https://docs.angular-package.dev/range-1/minimum/generic-type-variables.md): The \`Minimum\` primitive wrapper object generic type variables
- [★ Constructor](https://docs.angular-package.dev/range-1/minimum/constructor.md): The \`Minimum\` primitive wrapper object constructor
- [Accessors](https://docs.angular-package.dev/range-1/minimum/accessors.md): The \`Minimum\` primitive wrapper object accessors
- [get \[Symbol.toStringTag\]()](https://docs.angular-package.dev/range-1/minimum/accessors/get-symbol.tostringtag.md): The get accessor, with the help of toStringTag, changes the default tag to 'Minimum' for an instance of Minimum
- [Methods](https://docs.angular-package.dev/range-1/minimum/methods.md): The \`Minimum\` primitive wrapper object methods
- [static create()](https://docs.angular-package.dev/range-1/minimum/methods/static-create.md): Creates the Minimum instance with the given primitive value
- [static isMinimum()](https://docs.angular-package.dev/range-1/minimum/methods/static-isminimum.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/minimum/methods/valueof.md): Returns the primitive value of a specified Minimum 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/minimum.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.
