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