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

Definizione

Sposta un valore lasciato da 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 sinistra da shiftAmount.

shiftAmount
TOther

Importo in base al quale value viene spostato a sinistra.

Restituisce

TResult

Risultato dello spostamento value sinistro da shiftAmount.

Si applica a