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