Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | double floor(double val)
 
double floor(double val)
Returns the largest integer that is less than or equal to the specified double value.
Input Parameters
val
Integer The value whose floor is to be returned.
Return Value
Integer The largest (closest to positive infinity) floating-point value that is less than or equal to the argument and is equal to a mathematical integer.

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.