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