Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Math Functions | double mod(double val1, double val2)
 
double mod(double val1, double val2)
Returns the remainder of two double values. The remainder is obtained when dividing val1 by val2.
Input Parameters
val1
Integer The dividend.
val2
Integer The divisor.
Return Value
Integer The remainder after performing the division.

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.