UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.RightShift Operador

Definición

Desplaza un valor a la derecha por una cantidad determinada.

 static UIntPtr System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.operator >>(UIntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<UIntPtr, int, UIntPtr>::op_RightShift;
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.operator >> (UIntPtr value, int shiftAmount);
static member ( >>> ) : unativeint * int -> unativeint
 Shared Operator >> (value As UIntPtr, shiftAmount As Integer) As UIntPtr Implements IShiftOperators(Of UIntPtr, Integer, UIntPtr).op_RightShift

Parámetros

value
UIntPtr

unativeint

Valor que se desplaza a la derecha por shiftAmount.

shiftAmount
Int32

Cantidad por la que value se desplaza a la derecha.

Devoluciones

UIntPtr

unativeint

Resultado del desplazamiento value a la derecha por shiftAmount.

Implementaciones

Se aplica a