Vector<T>.Normalize Method

Scales the vector to make its two-norm equal to one.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Vector<T> Normalize()

Return Value

Vector<T>
A reference to this Vector<T>.

See Also