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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.