IShiftOperators<TSelf,TOther,TResult>.RightShift(TSelf, TOther) Operatore

Definizione

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

public:
 static TResult operator >>(TSelf value, TOther shiftAmount);
public static abstract TResult operator >> (TSelf value, TOther shiftAmount);
static member ( >>> ) : 'Self * 'Other -> 'Result
Public Shared Operator >> (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 un passaggio aritmetico a destra (altrimenti noto come aritmetico) sui tipi firmati.

Si applica a