githubEdit

Overview

The `Minimum` primitive wrapper object

Minimum {}

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

minimum.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 'Minimum' for an instance of Minimum.

Methods

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

public static isMinimum(): boolean Checks the provided value of anyarrow-up-right type whether is an instance of Minimum of any or the given min.

public valueOf(): Value Returns the primitive valuearrow-up-right of the generic type variable Value of the specified Minimum object.

Last updated