Click or drag to resize
Point2DR Property
Returns the polar radius of this point.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double R { get; }

Return Value

Type: Double
the polar radius of this point in polar coordiantes: sqrt(x*x + y*y)
See Also