Login | Sign Up
 





 
AutoLISP Function Detail
Name: max

Syntax:
(max num1 num2 ...)

Description:
Returns the greatest value in the list of numbers.

Example(s):
(max 1.1 10.9 2 6.8)
10.9