Returns the value of the smallest component in this
SingleMatrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| C# |
public virtual float Min()
|
| Visual Basic (Declaration) |
Public Overridable Function Min As Single
|
| Visual C++ |
public:
virtual float Min()
|
Return Value
The value of the smallest component in this
SingleMatrix.
See Also