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

Definición

Calcula el registro2 de un 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

Valor cuyo registro2 se va a calcular.

Devoluciones

Registro2 de value.

Implementaciones

Se aplica a