IShiftOperators<TSelf,TOther,TResult>.LeftShift(TSelf, TOther) 運算子

定義

將指定數量留下的值移位。

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

參數

value
TSelf

由左 shiftAmount移的值。

shiftAmount
TOther

向左移的金額 value

傳回

TResult

向左shiftAmountvalue的結果。

適用於