CubicSpline.Kind Property

Gets the type of the cubic spline.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public CubicSplineKind Kind { get; }

Property Value

CubicSplineKind

Remarks

The type of spline determines the way the interpolating curve is calculated as well as the number of additional parameters required to fully specify the curve.

See Also