'Declaration
Public Shared Function CalculateLeaseCommonMultiple( _ ByVal oneNumber As Integer, _ ByVal anotherNumber As Integer _ ) As Integer
public static int CalculateLeaseCommonMultiple( int oneNumber, int anotherNumber )
Parameters
- oneNumber
- An int indicate the one number
- anotherNumber
- An int indicate another number
Return Value
An int indicate the Lease Common Multiple.