标签: c++
如何有效地将double转换为int(通过仅删除小数符号并在小数后添加0-5个零),如下例所示?
Examples: double / int 0.55 / 55000 0.2 / 20000 1.55 / 155000 1.4523 / 145230