BigInteger.IsPow2(BigInteger) 方法

定义

确定值是否为 2 的幂。

public:
 static bool IsPow2(System::Numerics::BigInteger value) = System::Numerics::IBinaryNumber<System::Numerics::BigInteger>::IsPow2;
public static bool IsPow2 (System.Numerics.BigInteger value);
static member IsPow2 : System.Numerics.BigInteger -> bool
Public Shared Function IsPow2 (value As BigInteger) As Boolean

参数

value
BigInteger

要检查的值。

返回

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

实现

适用于