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

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

Syntax

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

Return Value

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

See Also