Tensor.LeftShift(Tensor<TScalar>, Int32) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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