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

Definição

Desloca um valor para a direita em um determinado valor.

 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 para a direita por shiftAmount.

shiftAmount
Int32

O valor pelo qual value é deslocado para a direita.

Retornos

IntPtr

nativeint

O resultado da mudança value para a direita por shiftAmount.

Implementações

Aplica-se a