Gets and sets the interval type.

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

Syntax

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

See Also