MathHelperCircleCircumference Method |
Calculates the circumference around a circle with the specified radius.
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 CircleCircumference(
double radius
)
Public Shared Function CircleCircumference (
radius As Double
) As Double
public:
static double CircleCircumference(
double radius
)
static member CircleCircumference :
radius : float -> float
Parameters
- radius
- Type: SystemDouble
The distance between the center and the edge of the circle.
Return Value
Type:
DoubleThe length of the edge of the circle.
See Also