Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : boolean inRange(Double lowerBound, Double upperBound)
boolean inRange(Double lowerBound, Double upperBound)
Indicates whether or not this floating point (double, float) value is within the specified range. The checking is inclusive, meaning that the lower and upper bound of the range will be tested for the double value.
Note:  
The double data type is a double-precision 64-bit IEEE 754 floating point. A double literal is of type double if it contains a decimal (e.g., 7.9). Double and float data types can be passed as arguments to the function. The inRange function is overloaded and supports other numeric ranges such as integer, short, long, etc. To ensure that the correct signature is invoked, make sure that the proper numeric syntax is used (no decimal for integer, decimal for floating point).
Input Parameters
lowerBound
Integer The lower bound of the range to check against (inclusive).
upperBound
Integer The upper bound of the range to check against (inclusive).
Return Value
Boolean Returns true if this integer exists within the specified range, false otherwise.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback