Returns the knot sequences in the x-direction.

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

Syntax

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

Return Value

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

See Also