Click or drag to resize
Spline2DLeastSquaresSetYKnots Method
Sets the knot sequences of the spline in the y-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetYKnots(
	double[] yKnots
)

Parameters

yKnots
Type: SystemDouble
A double array of size ySplineSpaceDim + yOrder specifying the knot sequences of the spline in the y-direction.

Default: Knot sequences are selected by the class.

See Also