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
)

Parameters

radius
Type: SystemDouble
The distance between the center and the edge of the circle.

Return Value

Type: Double
The length of the edge of the circle.
See Also