Gentee Programming Language > Documentation > Libraries Download documentation

max

Determines the largest of two numbers.
 
uint max(
      uint   left,
      uint   right
)

Parameters

leftThe first compared number of the uint type.
rightThe second compared number of the uint type.

Return value

The function returns the largest of two numbers.

See also

    Other functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.