IConvertibleCurve1.ToStepCurve

IConvertibleCurve<T>.ToStepCurve method

Gets a STEP interpolated curve. Use only when MaxDegree is 0.

public IReadOnlyDictionary<float, T> ToStepCurve()

Return Value

A Time-Value dictionary

See Also