IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.UnsignedRightShift Operador

Definição

Desloca um valor para a direita numa determinada quantia.

 static IntPtr System.Numerics.IShiftOperators<nint,System.Int32,nint>.op_UnsignedRightShift(IntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<IntPtr, int, IntPtr>::op_UnsignedRightShift;
static IntPtr IShiftOperators<IntPtr,int,IntPtr>.op_UnsignedRightShift(IntPtr value, int shiftAmount);
static member System.Numerics.IShiftOperators<nint,System.Int32,nint>.op_UnsignedRightShift : nativeint * int -> nativeint
 Shared op_UnsignedRightShift (value As IntPtr, shiftAmount As Integer) As IntPtr Implements IShiftOperators(Of IntPtr, Integer, IntPtr).op_UnsignedRightShift

Parâmetros

value
IntPtr

nativeint

O valor que é deslocado diretamente por shiftAmount.

shiftAmount
Int32

A quantidade que value se desloca para a direita.

Devoluções

IntPtr

nativeint

O resultado de se deslocar value exatamente por shiftAmount.

Implementações

Aplica-se a