RationalGCD Method

Computes greatest common divisor of two integers.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static int GCD(
	int a,
	int b
)

Parameters

a  Int32

[Missing <param name="a"/> documentation for "M:Quine.Schemas.Core.Rational.GCD(System.Int32,System.Int32)"]

b  Int32

[Missing <param name="b"/> documentation for "M:Quine.Schemas.Core.Rational.GCD(System.Int32,System.Int32)"]

Return Value

Int32

See Also