Version

Max Method

Returns maximum of the given numeric parameters.
Syntax
public static double Max( 
   params double[] a
)

Parameters

a
The numeric parameters from which to return the maximum value.

Return Value

The highest of the given numeric parameters.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also