Click or drag to resize
Accord.NET (logo)

Vector4Normalize Method

Normalizes the vector by dividing it’s all coordinates with the vector's norm.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float Normalize()
Request Example View Source

Return Value

Type: Single
Returns the value of vectors’ norm before normalization.
See Also