ezeio documentation
ezeio documentation

  1. Trace
  2. Weekday
  3. Time to
  4. Device Status
  5. Kelvin to Celsius
  6. Field value from log data
  7. Max

ezeio2:expref:max

eze System Documentation

eze System Documentation

Go to eze.io

  • IMPORTANT INFORMATION
  • Introduction to the ezeio
  • Registration
  • Indicators
  • Installing the ezeio
  • Connecting Sensors and Peripherals
  • User Interface
  • Drivers
  • Expressions
  • Script reference
  • API reference
  • ezeio MkII I/O Expander
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Facebook
    • Pinterest
    • Telegram
    • WhatsApp
    • Yammer
    • Reddit
  • Print
  • Permalink

Max

max( a, b )

Return the larger value of a or b.

Description

max( a, b )

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

Parameters

a Any value
b Any value

Return value

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

Example usage

max(15, 17)

Returns 17.

  • ezeio2/expref/max.txt
  • Last modified: 2019-09-02 18:52
  • by andreh
Log In