UInt32.LeadingZeroCount(UInt32) 方法

定义

计算值中前导零的数目。

public:
 static System::UInt32 LeadingZeroCount(System::UInt32 value) = System::Numerics::IBinaryInteger<System::UInt32>::LeadingZeroCount;
public static uint LeadingZeroCount (uint value);
static member LeadingZeroCount : uint32 -> uint32
Public Shared Function LeadingZeroCount (value As UInteger) As UInteger

参数

value
UInt32

要计算其前导零的值。

返回

value前导零的数目。

实现

适用于