Distributed Matrix<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.2
C#
The value of the largest element in this Matrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override T Max()
Return Value
TThe value of the largest element in this Matrix<T>.