DistributedVector<T>.Max Method

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Max() Returns the value of the largest element in this vector.
Max(Int32) Returns the value of the largest element in this vector.

Max

Returns the value of the largest element in this vector.
C#
public override T Max()

Return Value

T
The value of the largest element in this Vector<T>.

See Also