DistributedMatrix<T>.Max Method

Returns the value of the largest element in this matrix.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override T Max()

Return Value

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

See Also