get greater()
The get accessor obtains from the private #greater property an instance of the Greater
Inequality.prototype.greater
Inequality.prototype.greater
The get
accessor obtains from the private #greater
property an instance of the Greater
with a primitive value from a given value
of the Inequality
constructor.
inequality.class.ts
Return type
The return type is the Greater
primitive wrapper object that takes the generic type variable Value
of the Inequality
object.
Returns
The return value is the Greater
instance with a primitive value from the given value
of the Inequality
constructor.
Example usage
Last updated