Click or drag to resize

Utilsgcd Method

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static long gcd(
	long x,
	long y
)

Parameters

x
Type: SystemInt64
y
Type: SystemInt64

Return Value

Type: Int64
See Also