Tensor<T>.LeftShiftAssignment Operator

Shifts the elements of a tensor to the left. in-place.

Definition

Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 10.0.0
C#
C# does not support this operator.

Parameters

right  Int32
 

Return Value

This tensor with each element replaced with the shift of the element and other.

See Also