IShiftOperators<TSelf,TOther,TResult>.UnsignedRightShift Operatore

Definizione

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

public:
 static TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
public static abstract TResult op_UnsignedRightShift (TSelf value, TOther shiftAmount);
static member op_UnsignedRightShift : 'Self * 'Other -> 'Result
Public Shared op_UnsignedRightShift (value As TSelf, shiftAmount As TOther) As TResult

Parametri

value
TSelf

Valore spostato a destra da shiftAmount.

shiftAmount
TOther

Importo in base al quale value viene spostato a destra.

Restituisce

TResult

Risultato dello spostamento value a destra da shiftAmount.

Commenti

Questa operazione è destinata a eseguire uno spostamento destro senza segno (altrimenti noto come logico) su tutti i tipi.

Si applica a