Click or drag to resize
Accord.NET (logo)

IntPointEuclideanNorm Method

Calculate Euclidean norm of the vector comprised of the point's coordinates - distance from (0, 0) in other words.

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

Return Value

Type: Single
Returns point's distance from (0, 0) point.
See Also