预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

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.