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