Matrix<T>.AbsoluteMin Method

Returns the value of the element in this matrix that has the smallest absolute value.

Definition

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

Return Value

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

See Also