Function Entry: VLE-CEILING

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-CEILING

Name

vle-ceiling

Class

BricsCAD VLE Library Function

Syntax

(vle-ceiling x)

Arguments and Values

  • x any number (integer or double)

Description

returns the smallest integer that is not less than x

Return Values

the smallest integer that is not less than x

Examples

(vle-ceiling  3.4) =>
 4

(vle-ceiling -3.4) => -3

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes