Click or drag to resize

ClosedIntervalIntervalType Property

Gets and sets the interval type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override IntervalType IntervalType { get; set; }

Property Value

IntervalType
Exceptions
ExceptionCondition
NMathException Thrown on set if an attempt is made to change the type of this ClosedInterval. Use base class Interval instead.
See Also