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그렇지 않으면 입니다.

구현

적용 대상