Sve.ZeroExtend32(Vector<UInt64>) 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.
svuint64_t svextw[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)
svuint64_t svextw[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svextw[_u64]_z(svbool_t pg, svuint64_t op)
UXTW Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ZeroExtend32(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend32 (System.Numerics.Vector<ulong> value);
static member ZeroExtend32 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend32 (value As Vector(Of ULong)) As Vector(Of ULong)
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.