Returns the index of the largest component of a vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static int MaxIndex<T>(
Vector<T> vector
)
Public Shared Function MaxIndex(Of T) (
vector As Vector(Of T)
) As Integer
public:
generic<typename T>
static int MaxIndex(
Vector<T>^ vector
)
static member MaxIndex :
vector : Vector<'T> -> int
Parameters
- vector
- Type: Extreme.MathematicsVectorT
A VectorT.
Type Parameters
- T
Return Value
Type:
Int32The index of the largest component in
vector.
Numerical Libraries
Supported in: 6.0
Reference