MathHelperCircleRadius Method |
Calculates the radius of a circle with the specified area.
Namespace: Dundas.BI.UtilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 Double
- The area of the circle.
Return Value
DoubleThe distance between the center and the edge of the circle.
See Also