UIntPtr.TrailingZeroCount(UIntPtr) Метод

Определение

Вычисляет число конечных нулей в значении.

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

Параметры

value
UIntPtr

unativeint

Значение, конечные нули которого должны учитываться.

Возвращаемое значение

UIntPtr

unativeint

Число конечных нулей в value.

Реализации

Применяется к