DistributedMatrix<T>.Max Method

Returns the value of the largest element in this matrix.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override T Max()

Return Value

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

See Also