Int128.PopCount(Int128) 메서드

정의

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

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

매개 변수

value
Int128

반환

Int128

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

구현

적용 대상