Sve.SignExtendWideningLower 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
SignExtendWideningLower(Vector<SByte>) |
svint16_t svunpklo<see href="svint8_t op">_s16</see> SUNPKLO Zresult.H, Zop.B |
SignExtendWideningLower(Vector<Int16>) |
svint32_t svunpklo<see href="svint16_t op">_s32</see> SUNPKLO Zresult.S, Zop.H |
SignExtendWideningLower(Vector<Int32>) |
svint64_t svunpklo<see href="svint32_t op">_s64</see> SUNPKLO Zresult.D, Zop.S |
SignExtendWideningLower(Vector<SByte>)
svint16_t svunpklo<see href="svint8_t op">_s16</see>
SUNPKLO Zresult.H, Zop.B
public:
static System::Numerics::Vector<short> SignExtendWideningLower(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<short> SignExtendWideningLower (System.Numerics.Vector<sbyte> value);
static member SignExtendWideningLower : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<int16>
Public Shared Function SignExtendWideningLower (value As Vector(Of SByte)) As Vector(Of Short)
Parameters
Returns
Applies to
SignExtendWideningLower(Vector<Int16>)
svint32_t svunpklo<see href="svint16_t op">_s32</see>
SUNPKLO Zresult.S, Zop.H
public:
static System::Numerics::Vector<int> SignExtendWideningLower(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<int> SignExtendWideningLower (System.Numerics.Vector<short> value);
static member SignExtendWideningLower : System.Numerics.Vector<int16> -> System.Numerics.Vector<int>
Public Shared Function SignExtendWideningLower (value As Vector(Of Short)) As Vector(Of Integer)
Parameters
Returns
Applies to
SignExtendWideningLower(Vector<Int32>)
svint64_t svunpklo<see href="svint32_t op">_s64</see>
SUNPKLO Zresult.D, Zop.S
public:
static System::Numerics::Vector<long> SignExtendWideningLower(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<long> SignExtendWideningLower (System.Numerics.Vector<int> value);
static member SignExtendWideningLower : System.Numerics.Vector<int> -> System.Numerics.Vector<int64>
Public Shared Function SignExtendWideningLower (value As Vector(Of Integer)) As Vector(Of Long)