IBinaryInteger<TSelf>.LeadingZeroCount(TSelf) 方法

定义

计算值中前导零位的数目。

public:
 static override TSelf LeadingZeroCount(TSelf value);
public static virtual TSelf LeadingZeroCount (TSelf value);
static member LeadingZeroCount : 'Self -> 'Self
Public Shared Overrides Function LeadingZeroCount (value As TSelf) As TSelf

参数

value
TSelf

要对其前导零位进行计数的值。

返回

TSelf

value前导零位的数目。

适用于