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