# Number {}

- [Overview](https://docs.angular-package.dev/range-1/number/overview.md): The \`Number\` primitive wrapper object
- [Generic type variables](https://docs.angular-package.dev/range-1/number/generic-type-variables.md): The \`Number\` primitive wrapper object generic type variables
- [★ Constructor](https://docs.angular-package.dev/range-1/number/constructor.md): The \`Number\` primitive wrapper constructor
- [Methods](https://docs.angular-package.dev/range-1/number/methods.md): The \`Number\` primitive wrapper object methods
- [static create()](https://docs.angular-package.dev/range-1/number/methods/static-create.md): Creates the \`Number\` instance with the given primitive value
- [static isNumber()](https://docs.angular-package.dev/range-1/number/methods/static-isnumber.md): Checks the provided value of any type whether is an instance of \`Number\` of any or the given primitive value
- [valueOf()](https://docs.angular-package.dev/range-1/number/methods/valueof.md): Returns the primitive value of the generic type variable \`Value\` of the specified \`Number\` 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/number.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.
