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