Rediger

Del via


Sve.Negate Method

Definition

Overloads

Negate(Vector<Double>)

svfloat64_t svneg[_f64]_m(svfloat64_t inactive, svbool_t pg, svfloat64_t op)

svfloat64_t svneg[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat64_t svneg[_f64]_z(svbool_t pg, svfloat64_t op)

FNEG Ztied.D, Pg/M, Zop.D

Negate(Vector<Int16>)

svint16_t svneg[_s16]_m(svint16_t inactive, svbool_t pg, svint16_t op)

svint16_t svneg[_s16]_x(svbool_t pg, svint16_t op)

svint16_t svneg[_s16]_z(svbool_t pg, svint16_t op)

NEG Ztied.H, Pg/M, Zop.H

Negate(Vector<Int32>)

svint32_t svneg[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op)

svint32_t svneg[_s32]_x(svbool_t pg, svint32_t op)

svint32_t svneg[_s32]_z(svbool_t pg, svint32_t op)

NEG Ztied.S, Pg/M, Zop.S

Negate(Vector<Int64>)

svint64_t svneg[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)

svint64_t svneg[_s64]_x(svbool_t pg, svint64_t op)

svint64_t svneg[_s64]_z(svbool_t pg, svint64_t op)

NEG Ztied.D, Pg/M, Zop.D

Negate(Vector<SByte>)

svint8_t svneg[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op)

svint8_t svneg[_s8]_x(svbool_t pg, svint8_t op)

svint8_t svneg[_s8]_z(svbool_t pg, svint8_t op)

NEG Ztied.B, Pg/M, Zop.B

Negate(Vector<Single>)

svfloat32_t svneg[_f32]_m(svfloat32_t inactive, svbool_t pg, svfloat32_t op)

svfloat32_t svneg[_f32]_x(svbool_t pg, svfloat32_t op)

svfloat32_t svneg[_f32]_z(svbool_t pg, svfloat32_t op)

FNEG Ztied.S, Pg/M, Zop.S

Negate(Vector<Double>)

svfloat64_t svneg[_f64]_m(svfloat64_t inactive, svbool_t pg, svfloat64_t op)

svfloat64_t svneg[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat64_t svneg[_f64]_z(svbool_t pg, svfloat64_t op)

FNEG Ztied.D, Pg/M, Zop.D

public:
 static System::Numerics::Vector<double> Negate(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> Negate (System.Numerics.Vector<double> value);
static member Negate : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function Negate (value As Vector(Of Double)) As Vector(Of Double)

Parameters

value
Vector<Double>

Returns

Applies to

Negate(Vector<Int16>)

svint16_t svneg[_s16]_m(svint16_t inactive, svbool_t pg, svint16_t op)

svint16_t svneg[_s16]_x(svbool_t pg, svint16_t op)

svint16_t svneg[_s16]_z(svbool_t pg, svint16_t op)

NEG Ztied.H, Pg/M, Zop.H

public:
 static System::Numerics::Vector<short> Negate(System::Numerics::Vector<short> value);
public static System.Numerics.Vector<short> Negate (System.Numerics.Vector<short> value);
static member Negate : System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function Negate (value As Vector(Of Short)) As Vector(Of Short)

Parameters

value
Vector<Int16>

Returns

Applies to

Negate(Vector<Int32>)

svint32_t svneg[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op)

svint32_t svneg[_s32]_x(svbool_t pg, svint32_t op)

svint32_t svneg[_s32]_z(svbool_t pg, svint32_t op)

NEG Ztied.S, Pg/M, Zop.S

public:
 static System::Numerics::Vector<int> Negate(System::Numerics::Vector<int> value);
public static System.Numerics.Vector<int> Negate (System.Numerics.Vector<int> value);
static member Negate : System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function Negate (value As Vector(Of Integer)) As Vector(Of Integer)

Parameters

value
Vector<Int32>

Returns

Applies to

Negate(Vector<Int64>)

svint64_t svneg[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)

svint64_t svneg[_s64]_x(svbool_t pg, svint64_t op)

svint64_t svneg[_s64]_z(svbool_t pg, svint64_t op)

NEG Ztied.D, Pg/M, Zop.D

public:
 static System::Numerics::Vector<long> Negate(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<long> Negate (System.Numerics.Vector<long> value);
static member Negate : System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function Negate (value As Vector(Of Long)) As Vector(Of Long)

Parameters

value
Vector<Int64>

Returns

Applies to

Negate(Vector<SByte>)

svint8_t svneg[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op)

svint8_t svneg[_s8]_x(svbool_t pg, svint8_t op)

svint8_t svneg[_s8]_z(svbool_t pg, svint8_t op)

NEG Ztied.B, Pg/M, Zop.B

public:
 static System::Numerics::Vector<System::SByte> Negate(System::Numerics::Vector<System::SByte> value);
public static System.Numerics.Vector<sbyte> Negate (System.Numerics.Vector<sbyte> value);
static member Negate : System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function Negate (value As Vector(Of SByte)) As Vector(Of SByte)

Parameters

value
Vector<SByte>

Returns

Applies to

Negate(Vector<Single>)

svfloat32_t svneg[_f32]_m(svfloat32_t inactive, svbool_t pg, svfloat32_t op)

svfloat32_t svneg[_f32]_x(svbool_t pg, svfloat32_t op)

svfloat32_t svneg[_f32]_z(svbool_t pg, svfloat32_t op)

FNEG Ztied.S, Pg/M, Zop.S

public:
 static System::Numerics::Vector<float> Negate(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> Negate (System.Numerics.Vector<float> value);
static member Negate : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function Negate (value As Vector(Of Single)) As Vector(Of Single)

Parameters

value
Vector<Single>

Returns

Applies to