Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the greatest common divisor of two specified integers.
Syntax
client server public static int greatestCommonDivisor(int _firstInteger, int _secondInteger)
Run On
Called
Parameters
- _firstInteger
Type: int
The first integer. 
- _secondInteger
Type: int
The second integer. 
Return Value
Type: int
The greatest common divisor of two integers.