Sets the order 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 SetYOrder(
	int yOrder
)
Visual Basic (Declaration)
Public Overridable Sub SetYOrder ( _
	yOrder As Integer _
)
Visual C++
public:
virtual void SetYOrder(
	int yOrder
)

Parameters

yOrder
Type: System..::.Int32
An int scalar value specifying the order of the spline in the y-direction. yOrder must be greater than or equal to 1.

Default: yOrder = 4, implying a tensor-product cubic spline.

See Also