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