当前位置:网站首页>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
边栏推荐
猜你喜欢
随机推荐
C语言实验十二 指针(二)
如何画一张架构图(内含知识图谱)
【笔记】混淆矩阵和ROC曲线
一次偶然的钓鱼文件分析
什么是数据标注? 数据标注公司主要做什么?
Useful Monitoring Scripts What you want part1 in Oracle
记录学习--Navicat使用自定义数据库列表
单元测试是什么?怎么写?主要测试什么?
leetcode:140. 单词拆分 II
Pro_07丨波动率因子3.0与斜率因子
leetcode:139. 单词拆分
Incorrect datetime value: '2022-01-01' for function str_to_date
IDEA如何创建同级工程
【剑指offer】——16.数值的整数次方
【每日一题】622. 设计循环队列
MySQL-Explain详解
ClickHouse—入门
【obs】启动推流失败 : Output.StartStreamFailed 调用流程
PyTorch installation - error when building a virtual environment in conda before installing PyTorch
Redshift贴logo的方法









