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