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

Definición

Determina si un valor es una potencia de dos.

 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

Valor que se va a comprobar.

Devoluciones

true es si value es una potencia de dos; de lo contrario, falsees .

Implementaciones

Se aplica a