Overview
The `Maximum` primitive wrapper object
Last updated
The `Maximum` primitive wrapper object
Last updated
Maximum {}
The Maximum
primitive wrapper object extended by the Inequality
abstract primitive wrapper object represents the maximum number
greater or less than the given.
public get [Symbol.toStringTag](): string
The get
accessor, with the help of toStringTag
, changes the default tag to 'Maximum'
for an instance of Maximum
.
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.