Returns the knot sequences in the x-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetXKnots()
Public Overridable Function GetXKnots As Double()
public:
virtual array<double>^ GetXKnots()
abstract GetXKnots : unit -> float[]
override GetXKnots : unit -> float[]
Return Value
Type:
Double
A
double array of containing the knot sequences
of the spline in the
x-direction.
See Also