MathHelperCircleRadius Method

Calculates the radius of a circle with the specified area.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static double CircleRadius(
	double area
)

Parameters

area
Type: SystemDouble
The area of the circle.

Return Value

Type: Double
The distance between the center and the edge of the circle.
See Also