MathHelperGreatestCommonDivisor Method

Calculates the greatest positive common divisor of a and b.

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 GreatestCommonDivisor(
	double a,
	double b
)

Parameters

a  Double
The first value.
b  Double
The second value.

Return Value

Double
The greatest common divisor.
See Also