ezeio2:expref:min

This is an old revision of the document!


Return the smaller value of a or b.

Description

min( a, b )

This function returns the smaller of the two values, a or b.

Parameters

a Any value
b Any value

Return value

If a>=b, returns the value b If a<b, returns the value a

Example usage

max(3, -4)

Returns -4.

  • ezeio2/expref/min.1560615909.txt.gz
  • Last modified: 2019-06-15 16:25
  • by andreh