Int128.LeftShift(Int128, Int32) Operatore

Definizione

Sposta un valore lasciato da un determinato importo.

public:
 static Int128 operator <<(Int128 value, int shiftAmount) = System::Numerics::IShiftOperators<Int128, int, Int128>::op_LeftShift;
public static Int128 operator << (Int128 value, int shiftAmount);
static member ( <<< ) : Int128 * int -> Int128
Public Shared Operator << (value As Int128, shiftAmount As Integer) As Int128

Parametri

value
Int128

Valore spostato a sinistra da shiftAmount.

shiftAmount
Int32

Quantità in base alla quale value viene spostato a sinistra.

Restituisce

Risultato dello spostamento value a sinistra da shiftAmount.

Implementazioni

Si applica a