Bewerken

Delen via


Sve.Abs Method

Definition

Overloads

Abs(Vector<Double>)

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

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

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

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

FABS Ztied.D, Pg/M, Ztied.D

Abs(Vector<Int16>)

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

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

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

ABS Zresult.H, Pg/M, Zop.H

Abs(Vector<Int32>)

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

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

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

ABS Zresult.S, Pg/M, Zop.S

Abs(Vector<Int64>)

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

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

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

ABS Zresult.D, Pg/M, Zop.D

Abs(Vector<SByte>)

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

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

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

ABS Zresult.B, Pg/M, Zop.B

Abs(Vector<Single>)

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

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

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

FABS Zresult.S, Pg/M, Zop.S

Abs(Vector<Double>)

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

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

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

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

FABS Ztied.D, Pg/M, Ztied.D

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

Parameters

value
Vector<Double>

Returns

Applies to

Abs(Vector<Int16>)

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

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

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

ABS Zresult.H, Pg/M, Zop.H

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

Parameters

value
Vector<Int16>

Returns

Applies to

Abs(Vector<Int32>)

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

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

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

ABS Zresult.S, Pg/M, Zop.S

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

Parameters

value
Vector<Int32>

Returns

Applies to

Abs(Vector<Int64>)

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

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

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

ABS Zresult.D, Pg/M, Zop.D

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

Parameters

value
Vector<Int64>

Returns

Applies to

Abs(Vector<SByte>)

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

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

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

ABS Zresult.B, Pg/M, Zop.B

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

Parameters

value
Vector<SByte>

Returns

Applies to

Abs(Vector<Single>)

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

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

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

FABS Zresult.S, Pg/M, Zop.S

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

Parameters

value
Vector<Single>

Returns

Applies to