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

Definizione

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

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

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 di shiftAmount.

Implementazioni

Si applica a