长整数 meaning in Chinese
long integer
Examples
- The supplied long integer value that will be used as the value of the new
提供的长整数值,它将用作新 - The values are long integers
这些值是长整数。 - The | operator yields the bitwise ( inclusive ) or of its arguments , which must be plain or long integers . the arguments are converted to a common type
运算符进行比特级的or (同或)运算,参数必须是普通整数或长整数.参数转换成通用类型 - The ^ operator yields the bitwise xor ( exclusive or ) of its arguments , which must be plain or long integers . the arguments are converted to a common type
运算符进行比特级的xor (异或)运算,参数必须是普通整数或长整数.参数转换成通用类型 - The number of milliseconds since the current program started running , as an unsigned long . this number will overflow ( go back to zero ) , after approximately 9 hours
返回自从当前程序开始运行后的毫秒数,这是一个无符号的长整数。如果这个值超过了大约9小时,会产生数据溢出(返回到0 ) 。