greaterThan()
Checks whether the primitive value of a child class is greater than the given value
Inequality.prototype.greaterThan()
Inequality.prototype.greaterThan()public greaterThan(value: number): boolean {
return this.#greater.than(value);
}Parameters
value:number
value:numberReturn type
Returns
Example usage
Last updated