Char.IBinaryNumber<Char>.Log2(Char) Method

Definition

Computes the log2 of a value.

 static char System.Numerics.IBinaryNumber<System.Char>.Log2(char value) = System::Numerics::IBinaryNumber<char>::Log2;
static char IBinaryNumber<char>.Log2 (char value);
static member System.Numerics.IBinaryNumber<System.Char>.Log2 : char -> char
 Shared Function Log2 (value As Char) As Char Implements IBinaryNumber(Of Char).Log2

Parameters

value
Char

The value whose log2 is to be computed.

Returns

The log2 of value.

Implements

Applies to