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

NextPrevUpTopContentsIndex

int64-to-integer

Function
Summary

The destructor converting an int64 object to an integer.

Package

system

Signature

int64-to-integer int64 => integer

Arguments

int64

An int64 object or an integer of type (signed-byte 64).

Values

integer

An integer of type (signed-byte 64).

Description

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

An error is signaled if int64 is not of type int64 or (signed-byte 64).

See the section Fast 64-bit arithmetic for more information about the INT64 API.

See also

int64


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex