Piecewise Curve.Number Of Intervals Property
Gets the number of intervals that make up this PiecewiseCurve.
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int NumberOfIntervals { get; }
Property Value
Int32Remarks
Only intervals that do not include positive or negative infinity are included.