Returns a vector whose elements are the maximums of the components of two vectors.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<T> Max(
Vector<T> left,
Vector<T> right
)
Public Shared Function Max (
left As Vector(Of T),
right As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ Max(
Vector<T>^ left,
Vector<T>^ right
)
static member Max :
left : Vector<'T> *
right : Vector<'T> -> Vector<'T>
Parameters
- left
- Type: Extreme.Mathematics.GenericVectorT
A VectorT. - right
- Type: Extreme.Mathematics.GenericVectorT
A VectorT.
Return Value
Type:
VectorTA vector whose elements are the largest of the corresponding elements
of
left and
right.
Numerical Libraries
Supported in: 5.x, 4.x
Reference