Click or drag to resize

BSpline1DgetKnots Method

Gets a copy of the knot vector.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double[] getKnots()

Return Value

Double
A cloned array containing the knots.
See Also