Redigera

Dela via


Sve.MaxAcross Method

Definition

Overloads

MaxAcross(Vector<Single>)

float32_t svmaxv[_f32](svbool_t pg, svfloat32_t op)

FMAXV Sresult, Pg, Zop.S

MaxAcross(Vector<UInt64>)

uint64_t svmaxv[_u64](svbool_t pg, svuint64_t op)

UMAXV Dresult, Pg, Zop.D

MaxAcross(Vector<UInt32>)

uint32_t svmaxv[_u32](svbool_t pg, svuint32_t op)

UMAXV Sresult, Pg, Zop.S

MaxAcross(Vector<UInt16>)

uint16_t svmaxv[_u16](svbool_t pg, svuint16_t op)

UMAXV Hresult, Pg, Zop.H

MaxAcross(Vector<SByte>)

int8_t svmaxv[_s8](svbool_t pg, svint8_t op)

SMAXV Bresult, Pg, Zop.B

MaxAcross(Vector<Int64>)

int64_t svmaxv[_s64](svbool_t pg, svint64_t op)

SMAXV Dresult, Pg, Zop.D

MaxAcross(Vector<Int32>)

int32_t svmaxv[_s32](svbool_t pg, svint32_t op)

SMAXV Sresult, Pg, Zop.S

MaxAcross(Vector<Int16>)

int16_t svmaxv[_s16](svbool_t pg, svint16_t op)

SMAXV Hresult, Pg, Zop.H

MaxAcross(Vector<Double>)

float64_t svmaxv[_f64](svbool_t pg, svfloat64_t op)

FMAXV Dresult, Pg, Zop.D

MaxAcross(Vector<Byte>)

uint8_t svmaxv[_u8](svbool_t pg, svuint8_t op)

UMAXV Bresult, Pg, Zop.B

MaxAcross(Vector<Single>)

float32_t svmaxv[_f32](svbool_t pg, svfloat32_t op)

FMAXV Sresult, Pg, Zop.S

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

Parameters

value
Vector<Single>

Returns

Applies to

MaxAcross(Vector<UInt64>)

uint64_t svmaxv[_u64](svbool_t pg, svuint64_t op)

UMAXV Dresult, Pg, Zop.D

public:
 static System::Numerics::Vector<System::UInt64> MaxAcross(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> MaxAcross (System.Numerics.Vector<ulong> value);
static member MaxAcross : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function MaxAcross (value As Vector(Of ULong)) As Vector(Of ULong)

Parameters

value
Vector<UInt64>

Returns

Applies to

MaxAcross(Vector<UInt32>)

uint32_t svmaxv[_u32](svbool_t pg, svuint32_t op)

UMAXV Sresult, Pg, Zop.S

public:
 static System::Numerics::Vector<System::UInt32> MaxAcross(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> MaxAcross (System.Numerics.Vector<uint> value);
static member MaxAcross : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function MaxAcross (value As Vector(Of UInteger)) As Vector(Of UInteger)

Parameters

value
Vector<UInt32>

Returns

Applies to

MaxAcross(Vector<UInt16>)

uint16_t svmaxv[_u16](svbool_t pg, svuint16_t op)

UMAXV Hresult, Pg, Zop.H

public:
 static System::Numerics::Vector<System::UInt16> MaxAcross(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> MaxAcross (System.Numerics.Vector<ushort> value);
static member MaxAcross : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function MaxAcross (value As Vector(Of UShort)) As Vector(Of UShort)

Parameters

value
Vector<UInt16>

Returns

Applies to

MaxAcross(Vector<SByte>)

int8_t svmaxv[_s8](svbool_t pg, svint8_t op)

SMAXV Bresult, Pg, Zop.B

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

Parameters

value
Vector<SByte>

Returns

Applies to

MaxAcross(Vector<Int64>)

int64_t svmaxv[_s64](svbool_t pg, svint64_t op)

SMAXV Dresult, Pg, Zop.D

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

Parameters

value
Vector<Int64>

Returns

Applies to

MaxAcross(Vector<Int32>)

int32_t svmaxv[_s32](svbool_t pg, svint32_t op)

SMAXV Sresult, Pg, Zop.S

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

Parameters

value
Vector<Int32>

Returns

Applies to

MaxAcross(Vector<Int16>)

int16_t svmaxv[_s16](svbool_t pg, svint16_t op)

SMAXV Hresult, Pg, Zop.H

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

Parameters

value
Vector<Int16>

Returns

Applies to

MaxAcross(Vector<Double>)

float64_t svmaxv[_f64](svbool_t pg, svfloat64_t op)

FMAXV Dresult, Pg, Zop.D

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

Parameters

value
Vector<Double>

Returns

Applies to

MaxAcross(Vector<Byte>)

uint8_t svmaxv[_u8](svbool_t pg, svuint8_t op)

UMAXV Bresult, Pg, Zop.B

public:
 static System::Numerics::Vector<System::Byte> MaxAcross(System::Numerics::Vector<System::Byte> value);
public static System.Numerics.Vector<byte> MaxAcross (System.Numerics.Vector<byte> value);
static member MaxAcross : System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function MaxAcross (value As Vector(Of Byte)) As Vector(Of Byte)

Parameters

value
Vector<Byte>

Returns

Applies to