Scales the vector to make its
two-norm equal to one.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Normalize()
Public Function Normalize As Vector(Of T)
public:
Vector<T>^ Normalize()
member Normalize : unit -> Vector<'T>
Return Value
Type:
VectorTA reference to this
VectorT.
Reference