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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.