当前位置:网站首页>int类型转为double
int类型转为double
2022-07-20 03:25:00 【kt1776133839】
虽然小范围的类型转大范围的类型能够隐式转换,但当有表达式操作时需要强制转换,否者可能失去精度 。
左到右范围从小到大:byte->short->int->long->float->double
例如:
int a = 1;
double b = a/2; //结果为0
double c = (double)a/2; //结果为0.5
在Java中两个int型的数相除,取整数部分,小数部分直接被舍去,如上面的a/2。
如果在表达式中存在两种类型,结果以大类型的为准。
例如:
int a = 1;
double b = 2.0; //double赋值可以写2,也可以写2.0,也可以写2d,或者2.0d
double c = a/b; 结果为0.5 ,//结果不用再强制转换
边栏推荐
- Unity shader implements the image with rounded corners and edge borders
- Matlab: print the figure into PDF format
- Mysql -分区列(横向分区 纵向分区)
- MySQL C语言连接
- ROS(sub,pub)测试 Plotjuggler
- Mail push platform - Foreign Trade Promotion
- 项目定时任务
- 深入理解 MySQL 执行过程及执行顺序
- 【webrtc】ImportError: No module named win32file
- Restore the password parameter of a website login interface
猜你喜欢
Manually operated industrial robot
深度学习2-线性单元和梯度下降
开发者分享|『啃书吧:深度学习与MindSpore实践』第二期 回归分析
昇腾AI创新大赛 | 昇思赛道直播培训,高达1000万奖金的获取指南来啦
通过例子学C标准库<assert.h>
JASMINER X4 became popular overseas and was praised by many well-known bloggers
高通和MTK针对国家wifi channel 客制化修改方法
如何通过CMake为QML创建插件
[upload range 1-11] basic level: characteristics, analysis and utilization
技术干货 | 基于 MindSpore 实现 CosineSimilarity
随机推荐
Highest evaluation: the development career path you want to follow, your determination and action are thorough, sincere and absolutely true
ChromeOptions常用配置与WebUI实操
新特性解读 | MySQL 8.0 对 GTID 的限制解除
[R language text mining]: emotion analysis and word cloud mapping
The common loss function in the field of hyper Division
[5gc] 5g PDU session and session type
高通和MTK针对国家wifi channel 客制化修改方法
[LeetCode]剑指 Offer 58 - II. 左旋转字符串
scala 函数&方法、函数&方法的实现原理
请问产品经理下班后是如何安排时间的?
单体 or 微服务?你以为是架构权衡?其实是认知负载!
Matlab summary of differential equation solving methods
vben-admin 时间选择器相关配置以及设置不可选择的时间
JASMINER X4在海外爆红,获众多知名博主点赞认可
What do 1U, 2U and 4U of the server mean?
The third national finals of the University of Hong Kong Space China business school and enterprise research institute innovation and entrepreneurship competition came to a successful conclusion
【upload靶场1-11】基础关卡:特点、分析、利用
【C语言进阶】---- 自定义类型详解
Chromeoptions common configuration and webui practice
【obs】Transform: fit to screen