Gentee Programming Language > Documentation > Libraries Download documentation

min

Determines the smallest of two numbers.
 
uint min(
      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 smallest of two numbers.

See also

    Other functions


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