Curve Fitter.Scale Method
Definition
Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Scale( | Scales the components of a vector using the values from ScaleVector. |
Scale( | Scales the components of a vector using the values from ScaleVector. |
Scale(DenseVector<Double>)
Scales the components of a vector using the values from ScaleVector.
protected void Scale(
DenseVector<double> vector
)
Parameters
- vector DenseVector<Double>
- A dense vector.
Exceptions
Argument | vector is null. |
Scale(Vector<Double>)
Scales the components of a vector using the values from ScaleVector.
protected Vector<double> Scale(
Vector<double> vector
)
Parameters
Return Value
Vector<Double>A reference to the scaled vector.
Exceptions
Argument | vector is null. |