Tensor.LeftShift(TensorSpan<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::TensorSpan<TScalar> % tensor, int shiftAmount);
public static System.Numerics.Tensors.Tensor<TScalar> operator <<(in System.Numerics.Tensors.TensorSpan<TScalar> tensor, int shiftAmount);
static member ( <<< ) : TensorSpan * int -> System.Numerics.Tensors.Tensor<'TScalar (requires 'TScalar :> System.Numerics.IShiftOperators<'TScalar, int, 'TScalar>)>
Public Shared Operator << (ByRef tensor As TensorSpan(Of TScalar), shiftAmount As Integer) As Tensor(Of TScalar)
Parameters
- tensor
- TensorSpan<TScalar>
- shiftAmount
- Int32
Returns
Tensor<TScalar>