Sve2.NegateSaturate 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
| NegateSaturate(Vector<SByte>) |
svint8_t svqneg[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op) svint8_t svqneg[_s8]_x(svbool_t pg, svint8_t op) svint8_t svqneg[_s8]_z(svbool_t pg, svint8_t op) SQNEG Ztied.B, Pg/M, Zop.B SQNEG Ztied.B, Pg/M, Ztied.B |
| NegateSaturate(Vector<Int16>) |
svint16_t svqneg[_s16]_m(svint16_t inactive, svbool_t pg, svint16_t op) svint16_t svqneg[_s16]_x(svbool_t pg, svint16_t op) svint16_t svqneg[_s16]_z(svbool_t pg, svint16_t op) SQNEG Ztied.H, Pg/M, Zop.H SQNEG Ztied.H, Pg/M, Ztied.H |
| NegateSaturate(Vector<Int32>) |
svint32_t svqneg[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op) svint32_t svqneg[_s32]_x(svbool_t pg, svint32_t op) svint32_t svqneg[_s32]_z(svbool_t pg, svint32_t op) SQNEG Ztied.S, Pg/M, Zop.S SQNEG Ztied.S, Pg/M, Ztied.S |
| NegateSaturate(Vector<Int64>) |
svint64_t svqneg[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op) svint64_t svqneg[_s64]_x(svbool_t pg, svint64_t op) svint64_t svqneg[_s64]_z(svbool_t pg, svint64_t op) SQNEG Ztied.D, Pg/M, Zop.D SQNEG Ztied.D, Pg/M, Ztied.D |
NegateSaturate(Vector<SByte>)
svint8_t svqneg[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op) svint8_t svqneg[_s8]_x(svbool_t pg, svint8_t op) svint8_t svqneg[_s8]_z(svbool_t pg, svint8_t op) SQNEG Ztied.B, Pg/M, Zop.B SQNEG Ztied.B, Pg/M, Ztied.B
public:
static System::Numerics::Vector<System::SByte> NegateSaturate(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> NegateSaturate(System.Numerics.Vector<sbyte> value);
static member NegateSaturate : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function NegateSaturate (value As Vector(Of SByte)) As Vector(Of SByte)
Parameters
Returns
Applies to
NegateSaturate(Vector<Int16>)
svint16_t svqneg[_s16]_m(svint16_t inactive, svbool_t pg, svint16_t op) svint16_t svqneg[_s16]_x(svbool_t pg, svint16_t op) svint16_t svqneg[_s16]_z(svbool_t pg, svint16_t op) SQNEG Ztied.H, Pg/M, Zop.H SQNEG Ztied.H, Pg/M, Ztied.H
public:
static System::Numerics::Vector<short> NegateSaturate(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> NegateSaturate(System.Numerics.Vector<short> value);
static member NegateSaturate : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function NegateSaturate (value As Vector(Of Short)) As Vector(Of Short)
Parameters
Returns
Applies to
NegateSaturate(Vector<Int32>)
svint32_t svqneg[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op) svint32_t svqneg[_s32]_x(svbool_t pg, svint32_t op) svint32_t svqneg[_s32]_z(svbool_t pg, svint32_t op) SQNEG Ztied.S, Pg/M, Zop.S SQNEG Ztied.S, Pg/M, Ztied.S
public:
static System::Numerics::Vector<int> NegateSaturate(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> NegateSaturate(System.Numerics.Vector<int> value);
static member NegateSaturate : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function NegateSaturate (value As Vector(Of Integer)) As Vector(Of Integer)
Parameters
Returns
Applies to
NegateSaturate(Vector<Int64>)
svint64_t svqneg[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op) svint64_t svqneg[_s64]_x(svbool_t pg, svint64_t op) svint64_t svqneg[_s64]_z(svbool_t pg, svint64_t op) SQNEG Ztied.D, Pg/M, Zop.D SQNEG Ztied.D, Pg/M, Ztied.D
public:
static System::Numerics::Vector<long> NegateSaturate(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> NegateSaturate(System.Numerics.Vector<long> value);
static member NegateSaturate : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function NegateSaturate (value As Vector(Of Long)) As Vector(Of Long)