Cubic Spline.Kind Property
Gets the type of the cubic spline.
Definition
Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.