当前位置:网站首页>Kotlin multiplication, how do I multiply smaller and smaller?
Kotlin multiplication, how do I multiply smaller and smaller?
2022-08-03 03:36:00 【Ango can't move】
LL.e(TAG, "timeByNew1: ${System.currentTimeMillis()}")LL.e(TAG, "timeByNew2 : ${timeByNew}")LL.e(TAG, "timeByNew3 : ${timeByNew * 1000}")LL.e(TAG, "timeByNew4 : ${(System.currentTimeMillis() - (timeByNew * 1000))}")
After multiplying, it becomes smaller
Isn't this outrageous
...
Because I used Int to accept timeByNew
instead of Long
Just change it to Long
边栏推荐
猜你喜欢
随机推荐
一次偶然的钓鱼文件分析
Fiddler基本使用
网易数帆陈谔:云原生“牵手”低代码,加速企业数字化转型
软件测试个人求职简历该怎么写,模板在这里
9 椭圆曲线密码体制
工业边缘计算研究现状与展望
Scala基础【异常、隐式转换、泛型】
程序包简单解释
什么是数据标注? 数据标注公司主要做什么?
log4j设置日志的时区
Base64编码原理
C语言实验十一 指针(一)
22 ES6 knowledge points
MySQL-多表查询
js的组成及js样式
QCheckBox、margin、border、pandding、QHoxLayout、QSplitter、QSpacerItem
ClickHouse - Getting Started
vant-field中colon属性为true报错
关于 Redis 必问面试题,你知道哪些?
C语言实验十三 指针(三)









