UInt128.IsPow2(UInt128) 메서드

정의

값이 2의 힘인지 여부를 확인합니다.

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

매개 변수

value
UInt128

반환

Boolean

true 2의 힘이면 value 이고, false그렇지 않으면 .

구현

적용 대상