An NDoc Documented Class Library

Point.distance Method 

Compute the distance between this point and another point

public double distance(
   Point p
);

Parameters

p
Another point

Return Value

The distance between them

See Also

Point Class | Converter Namespace