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

NextPrevUpTopContentsIndex

integer-to-int64

Function
Summary

The constructor for int64objects.

Package

system

Signature

integer-to-int64 integer => int64

Arguments

integer

An integer of type (signed-byte 64).

Values

int64

An int64 object.

Description

The function integer-to-int64 constructs an int64 object from an integer. An error is signaled if integer is not of type (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 - 13 Feb 2015

NextPrevUpTopContentsIndex