Поделиться через


Vector64.ShiftRightArithmetic Метод

Определение

Перегрузки

ShiftRightArithmetic(Vector64<Int16>, Int32)

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

ShiftRightArithmetic(Vector64<Int32>, Int32)

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

ShiftRightArithmetic(Vector64<Int64>, Int32)

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

ShiftRightArithmetic(Vector64<IntPtr>, Int32)

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

ShiftRightArithmetic(Vector64<SByte>, Int32)

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

ShiftRightArithmetic(Vector64<Int16>, Int32)

Исходный код:
Vector64.cs
Исходный код:
Vector64.cs
Исходный код:
Vector64.cs

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

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

Параметры

vector
Vector64<Int16>

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

shiftCount
Int32

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

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

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

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

ShiftRightArithmetic(Vector64<Int32>, Int32)

Исходный код:
Vector64.cs
Исходный код:
Vector64.cs
Исходный код:
Vector64.cs

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

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

Параметры

vector
Vector64<Int32>

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

shiftCount
Int32

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

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

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

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

ShiftRightArithmetic(Vector64<Int64>, Int32)

Исходный код:
Vector64.cs
Исходный код:
Vector64.cs
Исходный код:
Vector64.cs

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

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

Параметры

vector
Vector64<Int64>

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

shiftCount
Int32

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

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

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

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

ShiftRightArithmetic(Vector64<IntPtr>, Int32)

Исходный код:
Vector64.cs
Исходный код:
Vector64.cs
Исходный код:
Vector64.cs

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

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

Параметры

vector

Vector64<IntPtr>

Vector64<nativeint>

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

shiftCount
Int32

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

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

Vector64<IntPtr>

Vector64<nativeint>

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

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

ShiftRightArithmetic(Vector64<SByte>, Int32)

Исходный код:
Vector64.cs
Исходный код:
Vector64.cs
Исходный код:
Vector64.cs

Важно!

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

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

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

Параметры

vector
Vector64<SByte>

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

shiftCount
Int32

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

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

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

Атрибуты

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