Overview

The `Maximum` primitive wrapper object

Maximum {}

The Maximum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the maximum number greater or less than the given.

Accessors

public get [Symbol.toStringTag](): string The get accessor, with the help of toStringTag, 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 any type is the Maximum instance of any or the given primitive value.

public valueOf(): Value Returns the primitive value of a specified Maximum object.

Last updated