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

Definizione

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

static uint IShiftOperators<uint,int,uint>.op_UnsignedRightShift (uint value, int shiftAmount);

Parametri

value
UInt32

Valore spostato a destra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a destra.

Restituisce

Risultato dello spostamento value a destra di shiftAmount.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9