Returns a copy of the knot sequence.

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

Syntax

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

Return Value

A double array containing a copy of the knot sequence.

See Also