Int32 Gcd(Int32 X, Int32 Y)
Greatest common divisor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 | |
| 2 | Y | Int32 |
Returns: Int32 - the greatest common divisor of X and Y. X and Y must be positive integers.
See Also: Math387.Lcm
Greatest common divisor.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 | |
| 2 | Y | Int32 |
Returns: Int32 - the greatest common divisor of X and Y. X and Y must be positive integers.