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尾端零位數目。

適用於