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

Property Value

Int32

Remarks

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

See Also