Spline2DLeastSquaresSetYOrder Method |
Sets the order of the spline in the y-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetYOrder(
int yOrder
)
Public Overridable Sub SetYOrder (
yOrder As Integer
)
public:
virtual void SetYOrder(
int yOrder
)
abstract SetYOrder :
yOrder : int -> unit
override SetYOrder :
yOrder : int -> unit
Parameters
- yOrder
- Type: SystemInt32
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