Function Entry: VLE-REALP

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

Function Entry: VLE-REALP

Name

vle-realp

Class

BricsCAD VLE Library Function

Syntax

(vle-realp obj)

Arguments and Values

  • obj any Lisp item to be verified

Description

predicator function to determine whether 'obj' is of REAL (double) type

Return Values

T - if 'obj' is a REAL object

NIL - if 'obj' is not a REAL object

Notes

replacement for : (= (type obj) 'REAL) and similar

Availability

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

Source Notes