Array Math.Max Method
            
            
            
            
            Returns the value 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 double Max(
	this double[] array
)Parameters
Return Value
DoubleThe value of the largest element in array.