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.2
C#
A reference to this Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> Normalize()
Return Value
Vector<T>A reference to this Vector<T>.