Sve.SignExtend16 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SignExtend16(Vector<Int32>) |
svint32_t svexth[_s32]_m(svint32_t inaktiv, svbool_t pg, svint32_t op) svint32_t svexth[_s32]_x(svbool_t pg, svint32_t op) svint32_t svexth[_s32]_z(svbool_t pg, svint32_t op) SXTH Zresult.S, Pg/M, Zop.S |
| SignExtend16(Vector<Int64>) |
svint64_t svexth[_s64]_m(svint64_t inaktiv, svbool_t pg, svint64_t op) svint64_t svexth[_s64]_x(svbool_t pg, svint64_t op) svint64_t svexth[_s64]_z(svbool_t pg, svint64_t op) SXTH Zresult.D, Pg/M, Zop.D |
SignExtend16(Vector<Int32>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint32_t svexth[_s32]_m(svint32_t inaktiv, svbool_t pg, svint32_t op)
svint32_t svexth[_s32]_x(svbool_t pg, svint32_t op)
svint32_t svexth[_s32]_z(svbool_t pg, svint32_t op)
SXTH Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<int> SignExtend16(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> SignExtend16(System.Numerics.Vector<int> value);
static member SignExtend16 : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function SignExtend16 (value As Vector(Of Integer)) As Vector(Of Integer)
Parameter
Gibt zurück
Gilt für:
SignExtend16(Vector<Int64>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
svint64_t svexth[_s64]_m(svint64_t inaktiv, svbool_t pg, svint64_t op)
svint64_t svexth[_s64]_x(svbool_t pg, svint64_t op)
svint64_t svexth[_s64]_z(svbool_t pg, svint64_t op)
SXTH Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<long> SignExtend16(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> SignExtend16(System.Numerics.Vector<long> value);
static member SignExtend16 : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SignExtend16 (value As Vector(Of Long)) As Vector(Of Long)