Vector<T>.Normalize Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Normalize()

Return Value

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

See Also