# #maximum

## `#maximum`

Private property of the [`Maximum`](https://range.angular-package.dev/maximum) [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`](https://range.angular-package.dev/constructor#max-max) of the [`Range`](https://range.angular-package.dev/range) constructor indicates the maximum range.

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

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

{% endcode %}

### Type

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