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

floor

SYNOPSIS:

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

DESCRIPTION:

floor() returns the largest integer less than or equal to x. It truncates toward minus infinity.