什么是数字促销? [英] What is numeric promotion?

查看:55
本文介绍了什么是数字促销?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能告诉我什么是数字促销?

Can any one tell what is numeric promotion?

推荐答案

数字升级是将较小的数字类型转换为较大的数字类型,以便进行整数和浮点运算.在数字提升中,字节,字符和短值转换为int值.如果需要,还可以将int值转换为long值.根据需要将long和float值转换为double值.

Numeric promotion is the conversion of a smaller numeric type to a larger numeric type, so that integer and floating-point operations may take place. In numerical promotion, byte, char, and short values are converted to int values. The int values are also converted to long values, if necessary. The long and float values are converted to double values, as required.

这篇关于什么是数字促销?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆