Spline2DLeastSquaresSetXOrder Method |
Sets the order of the spline in the x-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetXOrder(
int xOrder
)
Public Overridable Sub SetXOrder (
xOrder As Integer
)
public:
virtual void SetXOrder(
int xOrder
)
abstract SetXOrder :
xOrder : int -> unit
override SetXOrder :
xOrder : int -> unit
Parameters
- xOrder
- Type: SystemInt32
An int scalar value specifying the
order of the spline in the x-direction.
xOrder must be greater than or equal to 1.
Default: xOrder = 4, implying a tensor-product
cubic spline.
See Also