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

NextPrevUpTopContentsIndex

int32-to-int64

Function
Summary

Converts from int32 to int64.

Package

system

Signature

int32-to-int64 x => y

Arguments

x

An int32 object.

Values

y

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 - 13 Feb 2015

NextPrevUpTopContentsIndex