Max()

Summary

Returns the larger of two values.

Syntax

max_value = Max(real value1, real value2)

Argument Contents
value1 Any number
value2 Any number

Returns

A real number that is the larger of value1 and value2.

See Also

Function Summary
Min() Returns the smaller of two values