|   | 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
Syntaxpublic float EuclideanNorm()
Public Function EuclideanNorm As Single
Return Value
Type: 
SingleReturns point's distance from (0, 0) point.
 See Also
See Also