Char.IBinaryNumber<Char>.IsPow2(Char) 메서드

정의

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

 static bool System.Numerics.IBinaryNumber<System.Char>.IsPow2(char value) = System::Numerics::IBinaryNumber<char>::IsPow2;
static bool IBinaryNumber<char>.IsPow2 (char value);
static member System.Numerics.IBinaryNumber<System.Char>.IsPow2 : char -> bool
 Shared Function IsPow2 (value As Char) As Boolean Implements IBinaryNumber(Of Char).IsPow2

매개 변수

value
Char

검사할 값입니다.

반환

true 가 2의 전원이면 value 이고, false그렇지 않으면 입니다.

구현

적용 대상