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

Definition

Determines if a value is a power of two.

 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

Parameters

value
Char

The value to be checked.

Returns

true if value is a power of two; otherwise, false.

Implements

Applies to