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