What notation is required for float.Parse() to detect exponents rather than multiply by 10^n?

前端 未结 0 2042
青春惊慌失措
青春惊慌失措 2020-11-27 13:10

That\'s a bit difficult to write in an easy-to-understand title...

When I run float.Parse() on "12E2" or "12e2" it returns 1200 (12*10^2) rather t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题