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 signalled if integer is not of type (signed-byte 32) .

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