Tensor.LeftShiftAssignment(Int32) Operator

Definition

Performs in-place element-wise left shift on a tensor.

public:
 void op_LeftShiftAssignment(int shiftAmount);
public void op_LeftShiftAssignment(int shiftAmount);
member this.op_LeftShiftAssignment : int -> unit
Public op_LeftShiftAssignment (shiftAmount As Integer)

Parameters

shiftAmount
Int32

The amount to shift each element in the tensor.

Applies to