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