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