Int128.TrailingZeroCount(Int128) Method

Definition

Computes the number of trailing zeros in a value.

public:
 static Int128 TrailingZeroCount(Int128 value) = System::Numerics::IBinaryInteger<Int128>::TrailingZeroCount;
public static Int128 TrailingZeroCount (Int128 value);
static member TrailingZeroCount : Int128 -> Int128
Public Shared Function TrailingZeroCount (value As Int128) As Int128

Parameters

value
Int128

The value whose trailing zeroes are to be counted.

Returns

The number of trailing zeros in value.

Implements

Applies to