All Manuals > LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

int32-1+

int32-1-

Functions
Summary

The operators for int32 objects corresponding to the functions 1+ and 1- .

Package

system

Signatures

int32-1+ x => int32

int32-1- x => int32

Arguments

x

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

Values

int32

An int32 object.

Description

The functions int32-1+ and int32-1- are the operators for int32 objects corresponding to the functions 1+ and 1- .

See the section Fast 32-bit arithmetic for more information about the INT32 API.

See also

int32


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex