Class Logarithm
Logarithm calculator.
Inherited Members
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 |