Please enable JavaScript to view this site.

Returns the larger of two or more numerical values.

 

double Max(double/int value1; double/int value2; [double/int value 3]; ...)

 

value1

The first value to compare.

value2

The second value to compare.

value3

Optional third value to compare.

Example

Max(-300; 200; 150)

Returns 200.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC