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.0
C#
public virtual T Min()

Return Value

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

See Also