Function Entry: VLE-FLOOR
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-FLOOR
Name
vle-floor
Class
BricsCAD VLE Library Function
Syntax
(vle-floor x)
Arguments and Values
- x any number (integer or double)
Description
returns the largest integer that is not greater than x
Return Values
the largest integer that is not greater than x
Examples
(vle-floor 3.4) => 3 (vle-floor -3.4) => -4
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-floor (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vlefloor.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).