Char.IBinaryInteger<Char>.TrailingZeroCount(Char) Method

Definition

Computes the number of trailing zero bits in a value.

 static char System.Numerics.IBinaryInteger<System.Char>.TrailingZeroCount(char value) = System::Numerics::IBinaryInteger<char>::TrailingZeroCount;
static char IBinaryInteger<char>.TrailingZeroCount (char value);
static member System.Numerics.IBinaryInteger<System.Char>.TrailingZeroCount : char -> char
 Shared Function TrailingZeroCount (value As Char) As Char Implements IBinaryInteger(Of Char).TrailingZeroCount

Parameters

value
Char

The value whose trailing zero bits are to be counted.

Returns

The number of trailing zero bits in value.

Implements

Applies to