NextPrevUpTopContentsIndex

int32-to-integer

Function
Summary

The destructor converting an int32 object to an integer.

Package

system

Signature

int32-to-integer int32 => integer

Arguments

int32

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

Values

integer

An integer of type (signed-byte 32) .

Description

The function int32-to-integer returns an integer integer of type (signed-byte 32) corresponding to the int32 object int32 . The argument int32 can also be an integer of type (signed-byte 32) , in which case it is simply returned.

An error is signalled if int32 is not of type int32 or (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