CurveFitter<T>.Unscale Method

DefinitionPermalink

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.1.0

Overload ListPermalink

Unscale(DenseVector<T>) Undoes the scaling of the components of a vector using the values from ScaleVector.
Unscale(Vector<T>) 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.
C#
protected void Unscale(
	DenseVector<T> vector
)

Parameters

vector  DenseVector<T>
A dense vector.

ExceptionsPermalink

ArgumentNullExceptionvector is null.

Unscale(Vector<T>)Permalink

Undoes the scaling of the components of a vector using the values from ScaleVector.
C#
protected Vector<T> Unscale(
	Vector<T> vector
)

Parameters

vector  Vector<T>
A dense vector.

Return Value

Vector<T>
A reference to the scaled vector.

ExceptionsPermalink

ArgumentNullExceptionvector is null.

See AlsoPermalink