Returns a vector whose elements are the maximums of the components of two vectors.
Namespace: Extreme.Mathematics.DistributedAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected override Vector<T> MaxCore(
T value,
Vector<T> result
)
Protected Overrides Function MaxCore (
value As T,
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ MaxCore(
T value,
Vector<T>^ result
) override
abstract MaxCore :
value : 'T *
result : Vector<'T> -> Vector<'T>
override MaxCore :
value : 'T *
result : Vector<'T> -> Vector<'T>
Parameters
- value
- Type: T
- result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are the largest of the corresponding elements
of this vector and
other.
Numerical Libraries
Supported in: 5.x
Reference