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

int64-to-int32 Function

Summary

Converts from int64 to int32.

Package

system

Signature

int64-to-int32 x => y

Arguments
An int64 object.
Values
An int32 object.
Description

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

See also

int32
int32-to-int64
int64


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