Char.IBinaryNumber<Char>.IsPow2(Char) Metoda

Definice

Určuje, jestli je hodnota mocninou dvou.

 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

Parametry

value
Char

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je mocnina dvou; v opačném případě false.

Implementuje

Platí pro