IntPtr.PopCount(IntPtr) 메서드

정의

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

public:
 static IntPtr PopCount(IntPtr value) = System::Numerics::IBinaryInteger<IntPtr>::PopCount;
public static IntPtr PopCount(IntPtr value);
static member PopCount : nativeint -> nativeint
Public Shared Function PopCount (value As IntPtr) As IntPtr

매개 변수

value
IntPtr

nativeint

집합 비트를 계산할 값입니다.

반품

IntPtr

nativeint

의 집합 비트 수입니다 value.

구현

적용 대상