Sve.SignExtend32(Vector<Int64>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
svint64_t svextw[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)
svint64_t svextw[_s64]_x(svbool_t pg, svint64_t op)
svint64_t svextw[_s64]_z(svbool_t pg, svint64_t op)
SXTW Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<long> SignExtend32(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> SignExtend32 (System.Numerics.Vector<long> value);
static member SignExtend32 : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SignExtend32 (value As Vector(Of Long)) As Vector(Of Long)
Parameters
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.