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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.