Overview

The `Maximum` primitive wrapper object

Maximum {}

The Maximum primitive wrapper objectarrow-up-right extended by the Inequality abstract primitive wrapper objectarrow-up-right represents the maximum numberarrow-up-right greater or less than the given.

maximum.class.ts
Inequality.class.ts

Accessors

public get [Symbol.toStringTag](): string The getarrow-up-right accessor, with the help of toStringTagarrow-up-right, changes the default tag to 'Maximum' for an instance of Maximum.

Methods

public static create(): Maximum<Value> Creates the Maximum instance with the given primitive value.

public static isMaximum(): boolean Checks whether the value of anyarrow-up-right type is the Maximum instance of any or the given primitive value.

public valueOf(): Value Returns the primitive valuearrow-up-right of a specified Maximum object.

Last updated

Was this helpful?