Vector128.ShiftRightArithmetic Метод

Определение

Перегрузки

ShiftRightArithmetic(Vector128<Int16>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

ShiftRightArithmetic(Vector128<Int32>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

ShiftRightArithmetic(Vector128<Int64>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

ShiftRightArithmetic(Vector128<IntPtr>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

ShiftRightArithmetic(Vector128<SByte>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

ShiftRightArithmetic(Vector128<Int16>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

public:
 static System::Runtime::Intrinsics::Vector128<short> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector128<short> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector128<short> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector128<short> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector128<int16> * int -> System.Runtime.Intrinsics.Vector128<int16>
Public Function ShiftRightArithmetic (vector As Vector128(Of Short), shiftCount As Integer) As Vector128(Of Short)

Параметры

vector
Vector128<Int16>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Vector128<Int16>

Вектор, элементы которого смещены вправо shiftCount.

Применяется к

ShiftRightArithmetic(Vector128<Int32>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

public:
 static System::Runtime::Intrinsics::Vector128<int> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector128<int> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector128<int> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector128<int> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector128<int> * int -> System.Runtime.Intrinsics.Vector128<int>
Public Function ShiftRightArithmetic (vector As Vector128(Of Integer), shiftCount As Integer) As Vector128(Of Integer)

Параметры

vector
Vector128<Int32>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Vector128<Int32>

Вектор, элементы которого смещены вправо shiftCount.

Применяется к

ShiftRightArithmetic(Vector128<Int64>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

public:
 static System::Runtime::Intrinsics::Vector128<long> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector128<long> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector128<long> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector128<long> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector128<int64> * int -> System.Runtime.Intrinsics.Vector128<int64>
Public Function ShiftRightArithmetic (vector As Vector128(Of Long), shiftCount As Integer) As Vector128(Of Long)

Параметры

vector
Vector128<Int64>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Vector128<Int64>

Вектор, элементы которого смещены вправо shiftCount.

Применяется к

ShiftRightArithmetic(Vector128<IntPtr>, Int32)

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

public:
 static System::Runtime::Intrinsics::Vector128<IntPtr> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector128<IntPtr> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector128<IntPtr> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector128<IntPtr> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector128<nativeint> * int -> System.Runtime.Intrinsics.Vector128<nativeint>
Public Function ShiftRightArithmetic (vector As Vector128(Of IntPtr), shiftCount As Integer) As Vector128(Of IntPtr)

Параметры

vector

Vector128<IntPtr>

Vector128<nativeint>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Vector128<IntPtr>

Vector128<nativeint>

Вектор, элементы которого смещены вправо shiftCount.

Применяется к

ShiftRightArithmetic(Vector128<SByte>, Int32)

Важно!

Этот API несовместим с CLS.

Сдвигает (со знаком) каждый элемент вектора вправо по указанному количеству.

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector128<System::SByte> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector128<sbyte> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector128<sbyte> * int -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function ShiftRightArithmetic (vector As Vector128(Of SByte), shiftCount As Integer) As Vector128(Of SByte)

Параметры

vector
Vector128<SByte>

Вектор, элементы которого должны быть смещены.

shiftCount
Int32

Количество битов, по которым необходимо переместить каждый элемент.

Возвращаемое значение

Vector128<SByte>

Вектор, элементы которого смещены вправо shiftCount.

Атрибуты

Применяется к