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

NextPrevUpTopContentsIndex

int64-to-int32

Function
Summary

Converts from int64 to int32.

Package

system

Signature

int64-to-int32 x => y

Arguments

x

An int64 object.

Values

y

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 - 20 Sep 2017

NextPrevUpTopContentsIndex