Show / Hide Table of Contents

    Class Logarithm

    Logarithm calculator.

    Inheritance
    Object
    Logarithm
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Binary
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Logarithm

    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