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)

Параметры

value
Vector<Int16>

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

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)

Параметры

value
Vector<Int32>

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

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)

Параметры

value
Vector<Int64>

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

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)

Параметры

value

Vector<IntPtr>

Vector<nativeint>

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

shiftCount
Int32

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

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

Vector<IntPtr>

Vector<nativeint>

Вектор, элементы которого смещаются вправо на 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)

Параметры

value
Vector<SByte>

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

shiftCount
Int32

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

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

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

Атрибуты

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