Bewerken

Delen via


Avx10v1.RotateRight Method

Definition

Overloads

RotateRight(Vector128<Int32>, Byte)
RotateRight(Vector128<Int64>, Byte)
RotateRight(Vector128<UInt32>, Byte)
RotateRight(Vector128<UInt64>, Byte)
RotateRight(Vector256<Int32>, Byte)
RotateRight(Vector256<Int64>, Byte)
RotateRight(Vector256<UInt32>, Byte)
RotateRight(Vector256<UInt64>, Byte)

RotateRight(Vector128<Int32>, Byte)

public:
 static System::Runtime::Intrinsics::Vector128<int> RotateRight(System::Runtime::Intrinsics::Vector128<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<int> RotateRight (System.Runtime.Intrinsics.Vector128<int> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function RotateRight (value As Vector128(Of Integer), count As Byte) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>
count
Byte

Returns

Applies to

RotateRight(Vector128<Int64>, Byte)

public:
 static System::Runtime::Intrinsics::Vector128<long> RotateRight(System::Runtime::Intrinsics::Vector128<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<long> RotateRight (System.Runtime.Intrinsics.Vector128<long> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function RotateRight (value As Vector128(Of Long), count As Byte) As Vector128(Of Long)

Parameters

value
Vector128<Int64>
count
Byte

Returns

Applies to

RotateRight(Vector128<UInt32>, Byte)

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> RotateRight(System::Runtime::Intrinsics::Vector128<System::UInt32> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<uint> RotateRight (System.Runtime.Intrinsics.Vector128<uint> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector128<uint32> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function RotateRight (value As Vector128(Of UInteger), count As Byte) As Vector128(Of UInteger)

Parameters

value
Vector128<UInt32>
count
Byte

Returns

Applies to

RotateRight(Vector128<UInt64>, Byte)

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> RotateRight(System::Runtime::Intrinsics::Vector128<System::UInt64> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ulong> RotateRight (System.Runtime.Intrinsics.Vector128<ulong> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector128<uint64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function RotateRight (value As Vector128(Of ULong), count As Byte) As Vector128(Of ULong)

Parameters

value
Vector128<UInt64>
count
Byte

Returns

Applies to

RotateRight(Vector256<Int32>, Byte)

public:
 static System::Runtime::Intrinsics::Vector256<int> RotateRight(System::Runtime::Intrinsics::Vector256<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector256<int> RotateRight (System.Runtime.Intrinsics.Vector256<int> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector256<int> * byte -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function RotateRight (value As Vector256(Of Integer), count As Byte) As Vector256(Of Integer)

Parameters

value
Vector256<Int32>
count
Byte

Returns

Applies to

RotateRight(Vector256<Int64>, Byte)

public:
 static System::Runtime::Intrinsics::Vector256<long> RotateRight(System::Runtime::Intrinsics::Vector256<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector256<long> RotateRight (System.Runtime.Intrinsics.Vector256<long> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector256<int64> * byte -> System.Runtime.Intrinsics.Vector256<int64>
Public Shared Function RotateRight (value As Vector256(Of Long), count As Byte) As Vector256(Of Long)

Parameters

value
Vector256<Int64>
count
Byte

Returns

Applies to

RotateRight(Vector256<UInt32>, Byte)

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt32> RotateRight(System::Runtime::Intrinsics::Vector256<System::UInt32> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector256<uint> RotateRight (System.Runtime.Intrinsics.Vector256<uint> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector256<uint32> * byte -> System.Runtime.Intrinsics.Vector256<uint32>
Public Shared Function RotateRight (value As Vector256(Of UInteger), count As Byte) As Vector256(Of UInteger)

Parameters

value
Vector256<UInt32>
count
Byte

Returns

Applies to

RotateRight(Vector256<UInt64>, Byte)

public:
 static System::Runtime::Intrinsics::Vector256<System::UInt64> RotateRight(System::Runtime::Intrinsics::Vector256<System::UInt64> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector256<ulong> RotateRight (System.Runtime.Intrinsics.Vector256<ulong> value, byte count);
static member RotateRight : System.Runtime.Intrinsics.Vector256<uint64> * byte -> System.Runtime.Intrinsics.Vector256<uint64>
Public Shared Function RotateRight (value As Vector256(Of ULong), count As Byte) As Vector256(Of ULong)

Parameters

value
Vector256<UInt64>
count
Byte

Returns

Applies to