Overview
The `Inequality` primitive wrapper object
Last updated
The `Inequality` primitive wrapper object
Last updated
Inequality {}
The Inequality
abstract primitive wrapper object represents the primitive value greater or less than the given.
public get : Greater<Value> The accessor obtains from the private property an instance of the with a from a given of the constructor.
public get : Less<Value> The accessor obtains from the private property an instance of the with a from a given of the constructor.
: Greater<Value> Private property of the primitive wrapper indicates the value of the type greater than the given.
: Less<Value> Private property of the primitive wrapper indicates the value of type less than the given.
public : boolean Checks whether the of a child class instance is greater than the given .
public : boolean Checks whether the of a child class instance is greater than every value of the given .
public : boolean Checks whether the of a child class instance is greater than some given .
public : boolean Checks whether the of a child class instance is less than the given .
public : boolean Checks whether the of a child class instance is less than every value of the given .
public : boolean Checks whether the of a child class instance is less than some given .