Char.IBinaryInteger<Char>.PopCount(Char) 메서드

정의

값에 설정된 비트 수를 계산합니다.

 static char System.Numerics.IBinaryInteger<System.Char>.PopCount(char value) = System::Numerics::IBinaryInteger<char>::PopCount;
static char IBinaryInteger<char>.PopCount (char value);
static member System.Numerics.IBinaryInteger<System.Char>.PopCount : char -> char
 Shared Function PopCount (value As Char) As Char Implements IBinaryInteger(Of Char).PopCount

매개 변수

value
Char

설정된 비트를 계산할 값입니다.

반환

의 설정된 비트 수입니다 value.

구현

적용 대상