Distributed
            
            
            
            Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
| Max | Returns a vector whose elements are the maximum of the components of a vector and a real number. | 
| Max | Returns a vector whose elements are the maximums of the components of two vectors. | 
MaxCore(T, Vector<T>)
            Returns a vector whose elements are the maximum of the components of a vector
            and a real number.
            
protected override Vector<T> MaxCore(
	T value,
	Vector<T> result
)Parameters
Return Value
Vector<T>A vector whose elements are the largest of the corresponding element of this vector and value.