Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.util Namespace / MathUtil Class
Methods

In This Topic
    MathUtil Class Members
    In This Topic

    The following tables list the members exposed by MathUtil.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Method that calculates the Greatest Common Divisor (GCD) of two positive integer numbers.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Method that calculates the Least Common Multiple (LCM) of two strictly positive integer numbers.  
    Public Methodstatic (Shared in Visual Basic)Method that calculates the floor of the log, base 2, of 'x'. The calculation is performed in integer arithmetic, therefore, it is exact.  
    Top
    See Also