Array Math.Max Index Method
Returns the index of the largest element in an array.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the largest element in array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int MaxIndex(
this double[] array
)
Parameters
Return Value
Int32The value of the largest element in array.