|
PointEuclideanNorm 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()
Public Function EuclideanNorm As Single
Request Example
View SourceReturn Value
Type:
SingleReturns point's distance from (0, 0) point.
See Also