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