SByte.PopCount(SByte) 方法

定義

計算值中所設定的位數。

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

參數

value
SByte

要計算其設定位的值。

傳回

中的 value 設定位數目。

實作

適用於