Sve.ZeroExtendWideningLower 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.
Overloads
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>)
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)
Parameters
Returns
Applies to
ZeroExtendWideningLower(Vector<UInt16>)
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)
Parameters
Returns
Applies to
ZeroExtendWideningLower(Vector<UInt32>)
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)