Returns the value of the element in this
matrix that has the smallest absolute
value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual T AbsoluteMin()
Public Overridable Function AbsoluteMin As T
public:
virtual T AbsoluteMin()
abstract AbsoluteMin : unit -> 'T
override AbsoluteMin : unit -> 'T
Return Value
Type:
TThe value of the element in this
MatrixT that has the smallest absolute
value.
Reference