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

Definizione

Sposta un valore a destra in base a una determinata quantità.

 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

Parametri

value
IntPtr

nativeint

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

IntPtr

nativeint

Risultato dello spostamento value a destra da shiftAmount.

Implementazioni

Si applica a