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