Char.IBinaryInteger<Char>.LeadingZeroCount(Char) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值中前导零位的数目。
static char System.Numerics.IBinaryInteger<System.Char>.LeadingZeroCount(char value) = System::Numerics::IBinaryInteger<char>::LeadingZeroCount;
static char IBinaryInteger<char>.LeadingZeroCount (char value);
static member System.Numerics.IBinaryInteger<System.Char>.LeadingZeroCount : char -> char
Shared Function LeadingZeroCount (value As Char) As Char Implements IBinaryInteger(Of Char).LeadingZeroCount
参数
- value
- Char
要计算其前导零位的值。
返回
中 value
前导零位的数目。