Show / Hide Table of Contents

    Class Logarithm

    Logarithm calculator.

    Inheritance
    Object
    Logarithm
    Namespace: Advanced.Algorithms.Binary
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Logarithm : object

    Methods

    CalcBase10LogFloor(Int32)

    Declaration
    public static int CalcBase10LogFloor(int x)
    Parameters
    Type Name Description
    Int32 x
    Returns
    Type Description
    Int32

    CalcBase2LogFloor(Int32)

    Declaration
    public static int CalcBase2LogFloor(int x)
    Parameters
    Type Name Description
    Int32 x
    Returns
    Type Description
    Int32
    Back to top Generated by DocFX