Click or drag to resize
Spline2DGetXKnots Method
Returns the knot sequences in the x-direction.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetXKnots()

Return Value

Type: Double
A double array of containing the knot sequences of the spline in the x-direction.
See Also