Curve
            
            Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.5
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.5
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<T>)
            Undoes the scaling of the components of a vector using the values from ScaleVector.
            
Exceptions
| Argument | vector is null. | 
Unscale(Vector<T>)
            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.
Exceptions
| Argument | vector is null. |