UIntPtr.IsPow2(UIntPtr) 메서드

정의

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

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

매개 변수

value
UIntPtr

unativeint

확인할 값입니다.

반품

2의 힘이면 /&이고, 그렇지 않으면 .입니다.

구현

적용 대상