Spline2DLeastSquaresSetYKnots Method |
Sets the knot sequences of the spline in the
y-direction.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetYKnots(
double[] yKnots
)
Public Overridable Sub SetYKnots (
yKnots As Double()
)
public:
virtual void SetYKnots(
array<double>^ yKnots
)
abstract SetYKnots :
yKnots : float[] -> unit
override SetYKnots :
yKnots : float[] -> unit
Parameters
- yKnots
- Type: SystemDouble
A double array of size
ySplineSpaceDim + yOrder specifying
the knot sequences of the spline in the
y-direction. Default: Knot sequences
are selected by the class.
See Also