Click or drag to resize

UtilGetLeastCommonMultiple Method

Find the Least Common Multiple

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 GetLeastCommonMultiple(
	int a,
	int b
)

Parameters

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

Return Value

Type: Int32
The least common multiple
See Also