UInt16.PopCount(UInt16) 메서드

정의

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

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

매개 변수

value
UInt16

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

반환

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

구현

적용 대상