UInt16.LeadingZeroCount(UInt16) 方法

定义

计算值中前导零的数目。

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

参数

value
UInt16

要计算其前导零的值。

返回

value前导零的数目。

实现

适用于