Distributed Matrix<T>.Min Method
Returns the value of the smallest 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 smallest element in this Matrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override T Min()
Return Value
TThe value of the smallest element in this Matrix<T>.