Tensor.UnsignedRightShiftAssignment(Int32) Operator

Definition

Performs in-place element-wise logical right shift on a tensor.

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

Parameters

shiftAmount
Int32

The amount to shift each element in the tensor.

Applies to