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
- [vle-ceiling (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleceiling.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).