科学计数法 [英] scientific notation

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

问题描述

我以浮点数形式接收数据,例如0.00892855
我必须将其转换为科学符号,例如8.92855 X 10-3
然后写入一些文件.
请帮助我

i receive data as floating point numbers such as 0.00892855
I must convert it to scientific notation such as 8.92855 X 10-3
then write to some file.
please help me

推荐答案

Dim d as double
d=0.00892855
d.ToString("E3")


这篇关于科学计数法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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