Returns a copy of the knot sequence.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetKnots()
Public Function GetKnots As Double()
public:
array<double>^ GetKnots()
member GetKnots : unit -> float[]
Return Value
Type:
Double
A
double array containing a copy of the knot sequence.
See Also