Overview
The `Greater` primitive wrapper object
Last updated
The `Greater` primitive wrapper object
Last updated
Greater {}
The Greater
primitive wrapper object represents the primitive value of the number
type greater than the given.
public get : string
The accessor, with the help of , changes the default tag to 'Greater'
for an instance of .
public static : Greater<Value> Creates the instance with the given primitive .
public static : value is Greater<Value> Checks whether the given is the instance of any or given primitive value.
public : boolean Checks whether the of a specified is greater than the given .
public : boolean Checks whether the of a specified is greater than every value of the given .
public : boolean Checks whether the of a specified is greater than some given .
public : Value Returns the of a specified .