MathHelperCircleArea Method  | 
 
            Calculates the area of the circle with the specified radius.
            
 
    Namespace: 
   Dundas.BI.Utility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static double CircleArea(
	double radius
)
Public Shared Function CircleArea ( 
	radius As Double
) As Double
public:
static double CircleArea(
	double radius
)
static member CircleArea : 
        radius : float -> float 
Parameters
- radius
 - Type: SystemDouble
The distance between the center and the edge of the circle. 
Return Value
Type: 
DoubleThe area of the circle.
See Also