Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

round(number)

round(number)

Returns the
number
that is closest to the argument and that is an integer.
  • If there are two such numbers, then the one that is closest to positive infinity is returned.
  • If the argument is NaN, then NaN is returned.
  • If the argument is positive infinity, then positive infinity is returned.
  • If the argument is positive zero, then positive zero is returned.
  • If the argument is negative infinity, then negative infinity is returned.
  • If the argument is negative zero, then negative zero is returned.
  • If the argument is less than zero, but greater than or equal to -0.5, then negative zero is returned.

0 COMMENTS

We’d like to hear from you!