Click or drag to resize

IntervalType Enumeration

An enumeration representing the possible interval types classified according to whether or not the endpoints are included in the interval.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum Type
Members
Member nameValueDescription
Open0 Neither endpoint is included.
Closed1 Both endpoints are included.
OpenClosed2 Left endpoint is not included, but right endpoint is included.
ClosedOpen3 Left endpoint is included, but right endpoint is not included.
See Also