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

int32-to-int64 Function

Summary

Converts from int32 to int64.

Package

system

Signature

int32-to-int64 x => y

Arguments
An int32 object.
Values
An int64 object.
Description

The function int32-to-int64 converts the int32 object x to the corresponding int64 object y.

See also

int32
int64
int64-to-int32


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02