|
ToolsLog2 Method
|
Get base of binary logarithm.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static int Log2(
int x
)
Public Shared Function Log2 (
x As Integer
) As Integer
Request Example
View SourceParameters
- x
- Type: SystemInt32
Source integer number.
Return Value
Type:
Int32Power of the number (base of binary logarithm).
See Also