PiecewiseCurve.NumberOfIntervals 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.0
C#
public int NumberOfIntervals { get; }

Property Value

Int32

Remarks

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

See Also