Gets the number of intervals that make up this PiecewiseCurve.

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NumberOfIntervals As Integer
C#
public int NumberOfIntervals { get; }
C++
public:
int NumberOfIntervals {
	int get ();
}

Remarks

Only intervals that do not include positive or negative infinity are included.