'宣言 Public Shared Function CalculateGreatestCommonDivisor( _ ByVal oneNumber As System.Integer, _ ByVal anotherNumber As System.Integer _ ) As System.Integer
public static System.int CalculateGreatestCommonDivisor( System.int oneNumber, System.int anotherNumber )
パラメータ
- oneNumber
- An int indicate the one number.
- anotherNumber
- An int indicate another number.
戻り値の型
An int indicate the Greatest Common Divisor.