Interval.isInfinite

Determine whether the interval is infinite. This is true if:

  • a is infinite, b is finite
  • a is finite, b is infinite
  • a and b are infinite, but have opposite sign.

If T is an integer type, this is always false.

Meta