Returns the knot sequences in the y-direction.

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

Syntax

C#
public virtual double[] GetYKnots()
Visual Basic (Declaration)
Public Overridable Function GetYKnots As Double()
Visual C++
public:
virtual array<double>^ GetYKnots()

Return Value

A double array containing the knot sequences of the spline in the y-direction.

See Also