Click or drag to resize

IntervalType Enumeration

Indicates whether an interval should be considered closed or open.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public enum IntervalType
Members
  Member nameValueDescription
Closed0 Endpoints should be considered within the interval.
Open1 Endpoints should be considered outside the interval.
See Also