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

Definicja

Przesuwa wartość pozostawioną przez daną kwotę.

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

Parametry

value
TSelf

Wartość przesunięta w lewo przez shiftAmount.

shiftAmount
TOther

Kwota, o którą value jest przesunięta w lewo.

Zwraca

TResult

Wynik przesunięcia value w lewo przez shiftAmount.

Dotyczy