Upraviť

Zdieľať cez


Sve.MaxAcross Method

Definition

Overloads

MaxAcross(Vector<Single>)
MaxAcross(Vector<UInt64>)
MaxAcross(Vector<UInt32>)
MaxAcross(Vector<UInt16>)
MaxAcross(Vector<SByte>)
MaxAcross(Vector<Int16>)
MaxAcross(Vector<Int32>)
MaxAcross(Vector<Double>)
MaxAcross(Vector<Byte>)
MaxAcross(Vector<Int64>)

MaxAcross(Vector<Single>)

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>)

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>)

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>)

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>)

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<Int16>)

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<Int32>)

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<Double>)

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>)

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

MaxAcross(Vector<Int64>)

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