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
)
Public Shared Function CircleRadius (
area As Double
) As Double
public:
static double CircleRadius(
double area
)
static member CircleRadius :
area : float -> float
Parameters
- area
- Type: SystemDouble
The area of the circle.
Return Value
Type:
DoubleThe distance between the center and the edge of the circle.
See Also