IShiftOperators<TSelf,TOther,TResult>.LeftShift(TSelf, TOther) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定數量留下的值移位。
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
向左shiftAmount
移value
的結果。