IConvertibleCurve1.MaxDegree

IConvertibleCurve<T>.MaxDegree property

Gets a value indicating the maximum degree of the curve, current values are: 0: STEP. 1: LINEAR. 3: CUBIC.

public int MaxDegree { get; }

See Also