Sve.ZeroExtend16 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ZeroExtend16(Vector<UInt64>) |
svuint64_t svexth[_u64]_m(svuint64_t inativo, 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 inativo, 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>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint64_t svexth[_u64]_m(svuint64_t inativo, 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)
Parâmetros
Retornos
Aplica-se a
ZeroExtend16(Vector<UInt32>)
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
- Origem:
- Sve.PlatformNotSupported.cs
svuint32_t svexth[_u32]_m(svuint32_t inativo, 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)