Interface IntervalWithSettableEndpointsValue

Represents an interval the real numbers.

Hierarchy

Properties

end: number

The start 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 end of the interval.

startIncluded: boolean

Whether the start of the interval is closed.

virtual: true

Whether this object is virtual.

Methods

Generated using TypeDoc