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

Definizione

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

 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

Parametri

value
UIntPtr

unativeint

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

UIntPtr

unativeint

Risultato dello spostamento value a destra da shiftAmount.

Implementazioni

Si applica a