NextPrevUpTopContentsIndex

int32-lognot

Function
Summary

The lognot operator for an int32 object.

Package

system

Signature

int32-lognot x => int32

Arguments

x

An int32 object or an integer of type (signed-byte 32) .

Values

int32

An int32 object.

Description

The function int32-lognot is the bitwise logical operator for int32 objects which returns the complement of its argument x .

See the section "Fast 32bit arithmetic" in the LispWorks User Guide for more information about the INT32 API.

See also

int32


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex