Sve.ZeroExtend16 Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| ZeroExtend16(Vector<UInt64>) |
svuint64_t svexth[_u64]_m(svuint64_t inactief, svbool_t pg, svuint64_t op) svuint64_t svexth[_u64]_x(svbool_t pg, svuint64_t op) svuint64_t svexth[_u64]_z(svbool_t pg, svuint64_t op) UXTH Zresult.D, Pg/M, Zop.D |
| ZeroExtend16(Vector<UInt32>) |
svuint32_t svexth[_u32]_m(svuint32_t inactief, svbool_t pg, svuint32_t op) svuint32_t svexth[_u32]_x(svbool_t pg, svuint32_t op) svuint32_t svexth[_u32]_z(svbool_t pg, svuint32_t op) UXTH Zresult.S, Pg/M, Zop.S |
ZeroExtend16(Vector<UInt64>)
svuint64_t svexth[_u64]_m(svuint64_t inactief, svbool_t pg, svuint64_t op)
svuint64_t svexth[_u64]_x(svbool_t pg, svuint64_t op)
svuint64_t svexth[_u64]_z(svbool_t pg, svuint64_t op)
UXTH Zresult.D, Pg/M, Zop.D
public:
static System::Numerics::Vector<System::UInt64> ZeroExtend16(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend16(System.Numerics.Vector<ulong> value);
static member ZeroExtend16 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend16 (value As Vector(Of ULong)) As Vector(Of ULong)
Parameters
Retouren
Van toepassing op
ZeroExtend16(Vector<UInt32>)
svuint32_t svexth[_u32]_m(svuint32_t inactief, svbool_t pg, svuint32_t op)
svuint32_t svexth[_u32]_x(svbool_t pg, svuint32_t op)
svuint32_t svexth[_u32]_z(svbool_t pg, svuint32_t op)
UXTH Zresult.S, Pg/M, Zop.S
public:
static System::Numerics::Vector<System::UInt32> ZeroExtend16(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ZeroExtend16(System.Numerics.Vector<uint> value);
static member ZeroExtend16 : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ZeroExtend16 (value As Vector(Of UInteger)) As Vector(Of UInteger)