ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Math Class / CalculateLeaseCommonMultiple Method
An int indicate the one number
An int indicate another number

In This Topic
    CalculateLeaseCommonMultiple Method
    In This Topic
    Calculate the Lease Common Multiple of oneNumber and anotherNumber.
    Syntax
    '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.
    See Also