Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此进行了很多搜索,但仍然不够幸运。
我了解默认情况下,Crystal Reports 中的 MOD / REMAINDER 函数适用于整数。
将十进制数除以整数的余数的出路是什么?
示例:2.454 mod 1,我必须得到 0.454 作为余数。
结果的舍入设置为 .00001。
谢谢大家!
在 mod 运算符中。(x mod y),如果 x 和/或 y 是小数,则在进行模运算之前对其进行舍入。
使用Remainder(num, denom)功能
Remainder(num, denom)
请参阅有关剩余函数的帮助