Interface Interval

Represents an interval the real numbers.

Hierarchy

Implemented by

Properties

end: number

The end of the interval.

endIncluded: boolean

Whether the end of the interval is closed.

length: number

The length of the interval.

objectType: "interval"

This object is of type interval.

start: number

The start of the interval.

startIncluded: boolean

Whether the start of the interval is closed.

virtual: true

Whether this object is virtual.

Methods

  • Checks whether the given value is inside the interval.

    Parameters

    • value: number

      The value to check.

    Returns boolean

Generated using TypeDoc