UIntPtr.PopCount(UIntPtr) 方法

定义

计算值中设置的位数。

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

参数

value
UIntPtr

unativeint

返回

UIntPtr

unativeint

中的 value设置位数。

实现

适用于