Click or drag to resize

BSpline1DgetX Method

Gets a copy of the x control points.

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

Return Value

Double
A cloned array containing the x coordinates.
See Also