Java – 1e9d divided by what does that mean?

This is a clip:

String myTime = someTime / 1e9d + ",";

Sometime is using system Derived from nanotime() 1e9d what are you doing here?

Solution

1e9 means 10 ^ 9

for example

> sysout 1e9 => 1.0E9> sysout 10e9 => 1.0E10

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>