Spline2DLeastSquaresGetXOrder Method |
Returns the order of the spline in the x-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int GetXOrder()
Public Overridable Function GetXOrder As Integer
public:
virtual int GetXOrder()
abstract GetXOrder : unit -> int
override GetXOrder : unit -> int
Return Value
Type:
Int32 An
int scalar containing the order of the spline
in the
x-direction.
See Also