Char.IBinaryInteger<Char>.PopCount(Char) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值中所設定的位數。
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
設定位數目。