Cubic Spline.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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public CubicSplineKind Kind { get; }
Property Value
CubicSplineKindRemarks
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.