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