Returns the order of the spline in the x-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual int GetXOrder()
Visual Basic (Declaration)
Public Overridable Function GetXOrder As Integer
Visual C++
public:
virtual int GetXOrder()

Return Value

An int scalar containing the order of the spline in the x-direction.

See Also