Function Entry: VLE-ROUND
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-ROUND
Name
vle-round
Class
BricsCAD VLE Library Function
Syntax
(vle-round x)
Arguments and Values
- x any integer or double number
Description
returns the integer nearest to x
Return Values
the nearest integer to x
Examples
(vle-round 13.2) => 13 (vle-round -13.2) => -13 (vle-round 13.8) => 14 (vle-round -13.8) => -14
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-round (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleround.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).