Returns the value of the component in this
Vector that has the smallest absolute
value.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public virtual T AbsoluteMin()
|
| Visual Basic (Declaration) |
Public Overridable Function AbsoluteMin As T
|
| Visual C++ |
public:
virtual T AbsoluteMin()
|
| F# |
abstract AbsoluteMin : unit -> 'T
override AbsoluteMin : unit -> 'T
|
Return Value
The value of the component in this
Vector that has the smallest absolute
value.
See Also