Matrix<T>.Min Method
Returns the value of the smallest element in this
matrix.
Definition
Namespace: Numerics.NET
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 virtual T Min()
Return Value
TThe value of the smallest element in this Matrix<T>.