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

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

Parameters

xKnots
Type: SystemDouble
A double array of size xSplineSpaceDim + xOrder specifying the knot sequences of the spline in the x-direction.

Default: Knot sequences are selected by the class.

See Also