Click or drag to resize

UtilGetGreatestCommonDivisor Method

Find the Greatest Common Divisor

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static int GetGreatestCommonDivisor(
	int a,
	int b
)

Parameters

a
Type: SystemInt32
Number a
b
Type: SystemInt32
Number b

Return Value

Type: Int32
The greatest common Divisor
See Also