IBinaryInteger<TSelf>.TrailingZeroCount(TSelf) 方法

定义

计算值中尾随零位的数目。

public:
 static TSelf TrailingZeroCount(TSelf value);
public static abstract TSelf TrailingZeroCount (TSelf value);
static member TrailingZeroCount : 'Self -> 'Self
Public Shared Function TrailingZeroCount (value As TSelf) As TSelf

参数

value
TSelf

要计算其尾随零位的值。

返回

TSelf

value尾随零位的数目。

适用于