Manuals/calci/MINMAX

From ZCubes Wiki
Revision as of 13:49, 8 June 2018 by Devika (talk | contribs)
Jump to navigation Jump to search
MINMAX()


OR

EXTENT ()


  • Parameters are any two real numbers.

Description

  • This function returns minimum and maximum value.
  • In EXTENT(),Parameters are two numerical numbers which to compare.
  • After comparing these two numbers it will show the minimum number as the first and maximum number will be the second.

Examples

  1. MINMAX(20,12) = 12 20
  2. MINMAX(6.45,6.05) = 6.05 6.45
  3. MINMAX(-132,-98) = -132 -98

See Also

References

Minimum Maximum