Returns the value of the component in this
matrix that has the smallest absolute
value.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual double AbsoluteMin()
|
| Visual Basic (Declaration) |
Public Overridable Function AbsoluteMin As Double
|
| Visual C++ |
public:
virtual double AbsoluteMin()
|
| F# |
abstract AbsoluteMin : unit -> float
override AbsoluteMin : unit -> float
|
Return Value
The value of the component in this
Matrix that has the smallest absolute
value.
See Also