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

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

Syntax

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

Parameters

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