Function Entry: LOGAND
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: LOGAND
Name
logand
Class
Function
Syntax
(logand [int int ...])
Arguments and Values
int: zero or more integers.
Description
Returns the bitwise AND of the supplied integers. With no arguments, returns 0.
Return Values
An integer.
Side Effects
None.
Examples
(logand 7 15 3)returns3.(logand 2 3 15)returns2.(logand 8 3 4)returns0.
Availability
- AutoCAD 2026: documented.
- BricsCAD V26: presumed compatible.
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [logand (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-4E042C63-8BD7-4FED-B9E1-B5CE12D18273.htm)
- Status: documented (Phase 3 body fill).