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 が 2 の累乗の場合 value は 。それ以外の場合 falseは 。

実装

適用対象