Overview
The `Maximum` primitive wrapper object
Maximum {}
Maximum {}The Maximum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the maximum number greater or less than the given.
maximum.class.tsInequality.class.tsAccessors
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 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
Was this helpful?
