Common Functions

Estimated reading: 1 minute 8 views

Common Functions

The CommonFormulasLibrary class provides common utility functions.

Functions

max

  • Description: Returns the maximum value from a list of values.
  • Parameters: Multiple (Same data type)
  • Usage: max(value1, value2, ...)

min

  • Description: Returns the minimum value from a list of values.
  • Parameters: Multiple (Same data type)
  • Usage: min(value1, value2, ...)

Leave a Comment

       
Euphoria, forever till the end of times

Euphoria

Share this Doc

Common Functions

Or copy link

CONTENTS