Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | long min(long val1, long val2)
 
long min(long val1, long val2)
Returns the lesser 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 lesser of val1 and val2.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.