IShiftOperators<TSelf,TOther,TResult>.UnsignedRightShift Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.