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

integer-to-int32 Function

Summary

The constructor for int32 objects.

Package

system

Signature

integer-to-int32 integer => int32

Arguments
integer
An integer of type (signed-byte 32).
Values
int32
An int32 object.
Description

The function integer-to-int32 constructs an int32 object from an integer. An error is signaled if integer is not of type (signed-byte 32).

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

See also

int32


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02