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