Gets the radius of circle in degrees.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public double RadiusInDegree { get; }
Visual C++
public:
property double RadiusInDegree {
	double get ();
}
F#
member RadiusInDegree : float

See Also