[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Math.CalculateLeaseCommonMultiple

CalculateLeaseCommonMultiple Method

CalculateLeaseCommonMultiple(int, int)

Calculate the Lease Common Multiple of oneNumber and anotherNumber.

Declaration
public static int CalculateLeaseCommonMultiple(int oneNumber, int anotherNumber)
Parameters
Type Name Description
int oneNumber

An int indicate the one number

int anotherNumber

An int indicate another number

Returns
Type Description
int

An int indicate the Lease Common Multiple.