Sve.ZeroExtendWideningLower Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ZeroExtendWideningLower(Vector<Byte>) |
svuint16_t svunpklo[_u16](svuint8_t op) UUNPKLO Zresult.H, Zop.B |
| ZeroExtendWideningLower(Vector<UInt16>) |
svuint32_t svunpklo[_u32](svuint16_t op) UUNPKLO Zresult.S, Zop.H |
| ZeroExtendWideningLower(Vector<UInt32>) |
svuint64_t svunpklo[_u64](svuint32_t op) UUNPKLO Zresult.D, Zop.S |
ZeroExtendWideningLower(Vector<Byte>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint16_t svunpklo[_u16](svuint8_t op)
UUNPKLO Zresult.H, Zop.B
public:
static System::Numerics::Vector<System::UInt16> ZeroExtendWideningLower(System::Numerics::Vector<System::Byte> value);
public static System.Numerics.Vector<ushort> ZeroExtendWideningLower(System.Numerics.Vector<byte> value);
static member ZeroExtendWideningLower : System.Numerics.Vector<byte> -> System.Numerics.Vector<uint16>
Public Shared Function ZeroExtendWideningLower (value As Vector(Of Byte)) As Vector(Of UShort)
Paramètres
Retours
S’applique à
ZeroExtendWideningLower(Vector<UInt16>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint32_t svunpklo[_u32](svuint16_t op)
UUNPKLO Zresult.S, Zop.H
public:
static System::Numerics::Vector<System::UInt32> ZeroExtendWideningLower(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<uint> ZeroExtendWideningLower(System.Numerics.Vector<ushort> value);
static member ZeroExtendWideningLower : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint32>
Public Shared Function ZeroExtendWideningLower (value As Vector(Of UShort)) As Vector(Of UInteger)
Paramètres
Retours
S’applique à
ZeroExtendWideningLower(Vector<UInt32>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint64_t svunpklo[_u64](svuint32_t op)
UUNPKLO Zresult.D, Zop.S
public:
static System::Numerics::Vector<System::UInt64> ZeroExtendWideningLower(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<ulong> ZeroExtendWideningLower(System.Numerics.Vector<uint> value);
static member ZeroExtendWideningLower : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtendWideningLower (value As Vector(Of UInteger)) As Vector(Of ULong)