Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

ceil


SYNOPSIS:

  double ceil(x);
   double x, y;
  y = ceil(x);

DESCRIPTION:

ceil() returns the smallest integer greater than or equal to x.  It truncates toward plus infinity.