Char.IBinaryNumber<Char>.IsPow2(Char) 方法

定义

确定值是否为 2 的幂。

 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

参数

value
Char

要检查的值。

返回

true 如果 value 是 2 的幂,则为 ;否则为 false

实现

适用于