Checks if an interval is a whole interval, that is an interval which covers all the real numbers i.e. when x.lo === -Infinity and x.hi === Infinity
x.lo === -Infinity
x.hi === Infinity
Interval.isWhole( Interval.WHOLE) // true
Generated using TypeDoc
Checks if an interval is a whole interval, that is an interval which covers all the real numbers i.e. when
x.lo === -Infinity
andx.hi === Infinity
Example
Returns