Tensor.RightShiftAssignment 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
| RightShiftAssignment<TScalar>(Tensor<TScalar>, Int32) | |
| RightShiftAssignment<TScalar>(TensorSpan<TScalar>, Int32) |
RightShiftAssignment<TScalar>(Tensor<TScalar>, Int32)
- Source:
- Tensor.op_RightShift.cs
public:
generic <typename TScalar>
where TScalar : System::Numerics::IShiftOperators<TScalar, int, TScalar> static void op_RightShiftAssignment(System::Numerics::Tensors::Tensor<TScalar> ^ tensor, int shiftAmount);
public static void op_RightShiftAssignment<TScalar>(System.Numerics.Tensors.Tensor<TScalar> tensor, int shiftAmount) where TScalar : System.Numerics.IShiftOperators<TScalar,int,TScalar>;
static member op_RightShiftAssignment : 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_RightShiftAssignment(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
RightShiftAssignment<TScalar>(TensorSpan<TScalar>, Int32)
- Source:
- Tensor.op_RightShift.cs
public:
generic <typename TScalar>
where TScalar : System::Numerics::IShiftOperators<TScalar, int, TScalar> static void op_RightShiftAssignment(System::Numerics::Tensors::TensorSpan<TScalar> % tensor, int shiftAmount);
public static void op_RightShiftAssignment<TScalar>(ref System.Numerics.Tensors.TensorSpan<TScalar> tensor, int shiftAmount) where TScalar : System.Numerics.IShiftOperators<TScalar,int,TScalar>;
static member op_RightShiftAssignment : TensorSpan * int -> unit (requires 'Scalar :> System.Numerics.IShiftOperators<'Scalar, int, 'Scalar>)
Public op_RightShiftAssignment(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