预订演示

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

前页 后页

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.