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
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.