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前导零的数目。

实现

适用于