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

Definição

Determina se um valor é uma potência de dois.

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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

true se value for uma potência de dois; caso contrário, false.

Implementações

Aplica-se a