需要小数四舍五入到最接近的整数
我正在使用价格调整器脚本,但在运行脚本后,我还需要它使用以下逻辑四舍五入到最接近的整数:如果小数部分为 .25
及更高,则向上舍入,否则向下舍入。
示例:
$1,316.10
变为$1,316.00
$1,126.28
变为$1,127.00
有没有办法也只影响某种角色风格?
I'm using the price adjuster script, but after I run the script I need it to also round to the nearest integer with the following logic: If the fractional part is .25
and higher, round up, and otherwise round down.
Examples:
$1,316.10
to become$1,316.00
$1,126.28
to become$1,127.00
Is there a way to also only affect a certain character style as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: