Click or drag to resize
Accord.NET (logo)

Vector3Norm Property

Returns vector's norm.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public float Norm { get; }
Request Example View Source

Property Value

Type: Single
Remarks

Returns Euclidean norm of the vector, which is a square root of the sum: X2+Y2+Z2.

See Also