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

NextPrevUpTopContentsIndex

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 Fast 32-bit arithmetic for more information about the INT32 API.

See also

int32


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex