NextPrevUpTopContentsIndex

int32-lognor

Function
Summary

The lognor operator for int32 objects.

Package

system

Signature

int32-lognor x y => int32

Arguments

x

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

y

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

Values

int32

An int32 object.

Description

The function int32-lognor is the bitwise logical operator for int32 objects which returns the complement of the 'inclusive or' of x and y .

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

See also

int32


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex