Gets and sets the interval type.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public override Interval..::.Type IntervalType { get; set; }
Visual Basic (Declaration)
Public Overrides Property IntervalType As Interval..::.Type
Visual C++
public:
virtual property Interval..::.Type IntervalType {
	Interval..::.Type get () override;
	void set (Interval..::.Type value) override;
}

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathException Thrown on set if an attempt is made to change the type of this ClosedOpenInterval. Use base class Interval instead.

See Also