Function Entry: ROUND

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

Function Entry: ROUND

Name

round

Class

BricsCAD Extension Function

Syntax

(round num)

Description

Rounds num to the nearest integer.

Return Values

Vendor-defined; see Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the BricsCAD-Specific LISP Functions catalogue page.

Availability

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

See Also

  • AutoCAD has no round. Portable code uses (fix (+ n 0.5)) for non-negative numbers (asymmetric rounding).

Source Notes