Char.IBinaryNumber<Char>.Log2(Char) Método

Definição

Calcula o log2 de um valor.

 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

Parâmetros

value
Char

O valor cujo log2 deve ser calculado.

Retornos

O log2 de value.

Implementações

Aplica-se a