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