Edit

Share via


TensorPrimitives.RotateRight<T> Method

Definition

public:
generic <typename T>
 where T : System::Numerics::IBinaryInteger<T> static void RotateRight(ReadOnlySpan<T> x, int rotateAmount, Span<T> destination);
public static void RotateRight<T> (ReadOnlySpan<T> x, int rotateAmount, Span<T> destination) where T : System.Numerics.IBinaryInteger<T>;
static member RotateRight : ReadOnlySpan<'T (requires 'T :> System.Numerics.IBinaryInteger<'T>)> * int * Span<'T (requires 'T :> System.Numerics.IBinaryInteger<'T>)> -> unit (requires 'T :> System.Numerics.IBinaryInteger<'T>)
Public Shared Sub RotateRight(Of T As IBinaryInteger(Of T)) (x As ReadOnlySpan(Of T), rotateAmount As Integer, destination As Span(Of T))

Type Parameters

T

Parameters

rotateAmount
Int32
destination
Span<T>

Applies to