Vector512.ShiftRightArithmetic Метод
В этой статье
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
ShiftRightArithmetic(Vector512<SByte>, Int32) |
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину. |
ShiftRightArithmetic(Vector512<Int16>, Int32) |
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину. |
ShiftRightArithmetic(Vector512<Int32>, Int32) |
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину. |
ShiftRightArithmetic(Vector512<Int64>, Int32) |
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину. |
ShiftRightArithmetic(Vector512<IntPtr>, Int32) |
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину. |
- Исходный код:
- Vector512.cs
- Исходный код:
- Vector512.cs
Важно!
Этот API несовместим с CLS.
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину.
public:
static System::Runtime::Intrinsics::Vector512<System::SByte> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector512<System::SByte> vector, int shiftCount);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector512<sbyte> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector512<sbyte> vector, int shiftCount);
[<System.CLSCompliant(false)>]
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector512<sbyte> * int -> System.Runtime.Intrinsics.Vector512<sbyte>
Public Function ShiftRightArithmetic (vector As Vector512(Of SByte), shiftCount As Integer) As Vector512(Of SByte)
Параметры
- shiftCount
- Int32
Число битов, на которое сдвигается каждый элемент.
Возвращаемое значение
Вектор, элементы которого смещаются вправо на shiftCount
.
- Атрибуты
Применяется к
.NET 9 и .NET 8
Продукт | Версии |
---|---|
.NET | 8, 9 |
- Исходный код:
- Vector512.cs
- Исходный код:
- Vector512.cs
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину.
public:
static System::Runtime::Intrinsics::Vector512<short> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector512<short> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<short> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector512<short> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector512<int16> * int -> System.Runtime.Intrinsics.Vector512<int16>
Public Function ShiftRightArithmetic (vector As Vector512(Of Short), shiftCount As Integer) As Vector512(Of Short)
Параметры
- shiftCount
- Int32
Число битов, на которое сдвигается каждый элемент.
Возвращаемое значение
Вектор, элементы которого смещаются вправо на shiftCount
.
Применяется к
.NET 9 и .NET 8
Продукт | Версии |
---|---|
.NET | 8, 9 |
- Исходный код:
- Vector512.cs
- Исходный код:
- Vector512.cs
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину.
public:
static System::Runtime::Intrinsics::Vector512<int> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector512<int> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<int> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector512<int> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector512<int> * int -> System.Runtime.Intrinsics.Vector512<int>
Public Function ShiftRightArithmetic (vector As Vector512(Of Integer), shiftCount As Integer) As Vector512(Of Integer)
Параметры
- shiftCount
- Int32
Число битов, на которое сдвигается каждый элемент.
Возвращаемое значение
Вектор, элементы которого смещаются вправо на shiftCount
.
Применяется к
.NET 9 и .NET 8
Продукт | Версии |
---|---|
.NET | 8, 9 |
- Исходный код:
- Vector512.cs
- Исходный код:
- Vector512.cs
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину.
public:
static System::Runtime::Intrinsics::Vector512<long> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector512<long> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<long> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector512<long> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector512<int64> * int -> System.Runtime.Intrinsics.Vector512<int64>
Public Function ShiftRightArithmetic (vector As Vector512(Of Long), shiftCount As Integer) As Vector512(Of Long)
Параметры
- shiftCount
- Int32
Число битов, на которое сдвигается каждый элемент.
Возвращаемое значение
Вектор, элементы которого смещаются вправо на shiftCount
.
Применяется к
.NET 9 и .NET 8
Продукт | Версии |
---|---|
.NET | 8, 9 |
- Исходный код:
- Vector512.cs
- Исходный код:
- Vector512.cs
Сдвигает (со знаком) каждый элемент вектора вправо на указанную величину.
public:
static System::Runtime::Intrinsics::Vector512<IntPtr> ShiftRightArithmetic(System::Runtime::Intrinsics::Vector512<IntPtr> vector, int shiftCount);
public static System.Runtime.Intrinsics.Vector512<IntPtr> ShiftRightArithmetic (System.Runtime.Intrinsics.Vector512<IntPtr> vector, int shiftCount);
static member ShiftRightArithmetic : System.Runtime.Intrinsics.Vector512<nativeint> * int -> System.Runtime.Intrinsics.Vector512<nativeint>
Public Function ShiftRightArithmetic (vector As Vector512(Of IntPtr), shiftCount As Integer) As Vector512(Of IntPtr)
Параметры
- shiftCount
- Int32
Число битов, на которое сдвигается каждый элемент.
Возвращаемое значение
Вектор, элементы которого смещаются вправо на shiftCount
.
Применяется к
.NET 9 и .NET 8
Продукт | Версии |
---|---|
.NET | 8, 9 |
Отзыв о .NET
.NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: