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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.