> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/range-1/range/properties/maximum.md).

# #maximum

## `#maximum`

Private property of the [`Maximum`](/range-1/maximum/overview.md) [primitive wrapper object](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript) with a primitive value from a given [`max`](/range-1/range/constructor.md#max-max) of the [`Range`](/range-1/range/overview.md) constructor indicates the maximum range.

{% code title="range.class.ts" %}

```typescript
#maximum: Maximum<Max>;
```

{% endcode %}

### Type

#### [<mark style="color:green;">`Maximum`</mark>](/range-1/maximum/overview.md)`<`[<mark style="color:green;">`Max`</mark>](/range-1/range/generic-type-variables.md#range-less-than-min-max-step-greater-than-1)`>`
