Share via


Tensor.LeftShift(Tensor<TScalar>, Int32) Operator

Definition

public:
 static System::Numerics::Tensors::Tensor<TScalar> ^ operator <<(System::Numerics::Tensors::Tensor<TScalar> ^ tensor, int shiftAmount);
public static System.Numerics.Tensors.Tensor<TScalar> operator <<(System.Numerics.Tensors.Tensor<TScalar> tensor, int shiftAmount);
static member ( <<< ) : System.Numerics.Tensors.Tensor<'TScalar (requires 'TScalar :> System.Numerics.IShiftOperators<'TScalar, int, 'TScalar>)> * int -> System.Numerics.Tensors.Tensor<'TScalar (requires 'TScalar :> System.Numerics.IShiftOperators<'TScalar, int, 'TScalar>)>
Public Shared Operator << (tensor As Tensor(Of TScalar), shiftAmount As Integer) As Tensor(Of TScalar)

Parameters

tensor
Tensor<TScalar>
shiftAmount
Int32

Returns

Tensor<TScalar>

Applies to