Click or drag to resize
Spline2DGetYKnots Method
Returns the knot sequences in the y-direction.

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

Return Value

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