Gets the radius of circle in radians.

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

Syntax

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

See Also