Sve2.ShiftArithmeticRounded Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| ShiftArithmeticRounded(Vector<Int16>, Vector<Int16>) |
svint16_t svrshl[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) SRSHL Ztied1.H, pg/M, Ztied1.H, Zop2.H |
| ShiftArithmeticRounded(Vector<Int32>, Vector<Int32>) |
svint32_t svrshl[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) SRSHL Ztied1.S, pg/M, Ztied1.S, Zop2.S |
| ShiftArithmeticRounded(Vector<Int64>, Vector<Int64>) |
svint64_t svrshl[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) SRSHL Ztied1.D, pg/M, Ztied1.D, Zop2.D |
| ShiftArithmeticRounded(Vector<SByte>, Vector<SByte>) |
svint8_t svrshl[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) SRSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B |
ShiftArithmeticRounded(Vector<Int16>, Vector<Int16>)
- Origem:
- Sve2.PlatformNotSupported.cs
- Origem:
- Sve2.PlatformNotSupported.cs
svint16_t svrshl[_s16]_m(svbool_t pg, svint16_t op1, svint16_t op2) SRSHL Ztied1.H, pg/M, Ztied1.H, Zop2.H
public:
static System::Numerics::Vector<short> ShiftArithmeticRounded(System::Numerics::Vector<short> value, System::Numerics::Vector<short> count);
public static System.Numerics.Vector<short> ShiftArithmeticRounded(System.Numerics.Vector<short> value, System.Numerics.Vector<short> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Short), count As Vector(Of Short)) As Vector(Of Short)
Parâmetros
Devoluções
Aplica-se a
ShiftArithmeticRounded(Vector<Int32>, Vector<Int32>)
- Origem:
- Sve2.PlatformNotSupported.cs
- Origem:
- Sve2.PlatformNotSupported.cs
svint32_t svrshl[_s32]_m(svbool_t pg, svint32_t op1, svint32_t op2) SRSHL Ztied1.S, pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<int> ShiftArithmeticRounded(System::Numerics::Vector<int> value, System::Numerics::Vector<int> count);
public static System.Numerics.Vector<int> ShiftArithmeticRounded(System.Numerics.Vector<int> value, System.Numerics.Vector<int> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Integer), count As Vector(Of Integer)) As Vector(Of Integer)
Parâmetros
Devoluções
Aplica-se a
ShiftArithmeticRounded(Vector<Int64>, Vector<Int64>)
- Origem:
- Sve2.PlatformNotSupported.cs
- Origem:
- Sve2.PlatformNotSupported.cs
svint64_t svrshl[_s64]_m(svbool_t pg, svint64_t op1, svint64_t op2) SRSHL Ztied1.D, pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<long> ShiftArithmeticRounded(System::Numerics::Vector<long> value, System::Numerics::Vector<long> count);
public static System.Numerics.Vector<long> ShiftArithmeticRounded(System.Numerics.Vector<long> value, System.Numerics.Vector<long> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of Long), count As Vector(Of Long)) As Vector(Of Long)
Parâmetros
Devoluções
Aplica-se a
ShiftArithmeticRounded(Vector<SByte>, Vector<SByte>)
- Origem:
- Sve2.PlatformNotSupported.cs
- Origem:
- Sve2.PlatformNotSupported.cs
svint8_t svrshl[_s8]_m(svbool_t pg, svint8_t op1, svint8_t op2) SRSHL Ztied1.B, Pg/M, Ztied1.B, Zop2.B
public:
static System::Numerics::Vector<System::SByte> ShiftArithmeticRounded(System::Numerics::Vector<System::SByte> value, System::Numerics::Vector<System::SByte> count);
public static System.Numerics.Vector<sbyte> ShiftArithmeticRounded(System.Numerics.Vector<sbyte> value, System.Numerics.Vector<sbyte> count);
static member ShiftArithmeticRounded : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function ShiftArithmeticRounded (value As Vector(Of SByte), count As Vector(Of SByte)) As Vector(Of SByte)