PiecewiseCurve.GetYValuesSpan Method

Returns a span containing the Y-values of the data points.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ReadOnlySpan<double> GetYValuesSpan()

Return Value

ReadOnlySpan<Double>

See Also