Returns the value of the component in this
SingleVector that has the smallest absolute
value.
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 AbsoluteMin()
|
| Visual Basic (Declaration) |
Public Overridable Function AbsoluteMin As Single
|
| Visual C++ |
public:
virtual float AbsoluteMin()
|
| F# |
abstract AbsoluteMin : unit -> float32
override AbsoluteMin : unit -> float32
|
Return Value
The value of the component in this
SingleVector that has the smallest absolute
value.
See Also