Matrix<T>.Min Method

Returns the value of the smallest element in this matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual T Min()

Return Value

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

See Also