Tensor.LeftShiftAssignment 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.
Overloads
| LeftShiftAssignment<TScalar>(Tensor<TScalar>, Int32) | |
| LeftShiftAssignment<TScalar>(TensorSpan<TScalar>, Int32) |
LeftShiftAssignment<TScalar>(Tensor<TScalar>, Int32)
- Source:
- Tensor.op_LeftShift.cs
public:
generic <typename TScalar>
where TScalar : System::Numerics::IShiftOperators<TScalar, int, TScalar> static void op_LeftShiftAssignment(System::Numerics::Tensors::Tensor<TScalar> ^ tensor, int shiftAmount);
public static void op_LeftShiftAssignment<TScalar>(System.Numerics.Tensors.Tensor<TScalar> tensor, int shiftAmount) where TScalar : System.Numerics.IShiftOperators<TScalar,int,TScalar>;
static member op_LeftShiftAssignment : System.Numerics.Tensors.Tensor<'Scalar (requires 'Scalar :> System.Numerics.IShiftOperators<'Scalar, int, 'Scalar>)> * int -> unit (requires 'Scalar :> System.Numerics.IShiftOperators<'Scalar, int, 'Scalar>)
Public op_LeftShiftAssignment(Of TScalar As IShiftOperators(Of TScalar, Integer, TScalar)) (tensor As Tensor(Of TScalar), shiftAmount As Integer)
Type Parameters
- TScalar
Parameters
- tensor
- Tensor<TScalar>
- shiftAmount
- Int32
Applies to
LeftShiftAssignment<TScalar>(TensorSpan<TScalar>, Int32)
- Source:
- Tensor.op_LeftShift.cs
public:
generic <typename TScalar>
where TScalar : System::Numerics::IShiftOperators<TScalar, int, TScalar> static void op_LeftShiftAssignment(System::Numerics::Tensors::TensorSpan<TScalar> % tensor, int shiftAmount);
public static void op_LeftShiftAssignment<TScalar>(ref System.Numerics.Tensors.TensorSpan<TScalar> tensor, int shiftAmount) where TScalar : System.Numerics.IShiftOperators<TScalar,int,TScalar>;
static member op_LeftShiftAssignment : TensorSpan * int -> unit (requires 'Scalar :> System.Numerics.IShiftOperators<'Scalar, int, 'Scalar>)
Public op_LeftShiftAssignment(Of TScalar As IShiftOperators(Of TScalar, Integer, TScalar)) (ByRef tensor As TensorSpan(Of TScalar), shiftAmount As Integer)
Type Parameters
- TScalar
Parameters
- tensor
- TensorSpan<TScalar>
- shiftAmount
- Int32