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 (26.2.0.1000)
Syntax
public static double CircleCircumference(
	double radius
)

Parameters

radius  Double
The distance between the center and the edge of the circle.

Return Value

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