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 前置零數目。

實作

適用於