Curve Fitter<T>.Scale Method
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
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<T>)
Scales the components of a vector using the values from ScaleVector.
Exceptions
Argument | vector is null. |
Scale(Vector<T>)
Scales the components of a vector using the values from ScaleVector.
protected Vector<T> Scale(
Vector<T> vector
)
Parameters
Return Value
Vector<T>A reference to the scaled vector.
Exceptions
Argument | vector is null. |