Click or drag to resize

BSpline1DgetY Method

Gets a copy of the y control points.

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

Return Value

Double
A cloned array containing the y coordinates.
See Also