Gets and sets the interval type.
Namespace:
CenterSpace.NMath.CoreAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown on set if an attempt is made to change the type of this OpenInterval. Use base class Interval instead. |