SByte.LeadingZeroCount(SByte) 方法

定義

計算值中的前置零數目。

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

參數

value
SByte

要計算其前置零的值。

傳回

中的 value 前置零數目。

實作

適用於