跳到主要内容

split_int64

将一个64位整数拆分成两个32位整数

声明

array split_int64(int int64_value)

参数

参数名描述
int64_value待拆分的64位整数

返回值

两个32位整数的数组

使用方式

返回文档