Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : long max(long val1, long val2)
long max(long val1, long val2)
Returns the larger of the two specified long values. If the specified values are equal, then the result is that same value.
Input Parameters
val1
Integer The first argument.
val2
Integer The second argument.
Return Value
Integer The larger of val1 and val2.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback