CurveFitter<T>.Unscale Method
DefinitionPermalink
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0
Overload ListPermalink
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<T>)Permalink
Undoes the scaling of the components of a vector using the values from ScaleVector.
ExceptionsPermalink
Argument | vector is null. |
Unscale(Vector<T>)Permalink
Undoes the scaling of the components of a vector using the values from ScaleVector.
protected Vector<T> Unscale(
Vector<T> vector
)
Parameters
Return Value
Vector<T>A reference to the scaled vector.
ExceptionsPermalink
Argument | vector is null. |