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

Definizione

Calcola il log2 di un valore.

 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

Parametri

value
Char

Valore di cui calcolare log2.

Restituisce

Log2 di value.

Implementazioni

Si applica a