Vector.Max Index<T> Method
Returns the index of the largest component of a vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The index of the largest component in vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int MaxIndex<T>(
Vector<T> vector
)
Parameters
Type Parameters
- T
Return Value
Int32The index of the largest component in vector.