Sets the knot sequences of the spline in the x-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetXKnots(
	double[] xKnots
)
Visual Basic (Declaration)
Public Overridable Sub SetXKnots ( _
	xKnots As Double() _
)
Visual C++
public:
virtual void SetXKnots(
	array<double>^ xKnots
)

Parameters

xKnots
Type: array< System..::.Double >[]()[]
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