主要内容

舍入模式:向下

当您向下限舍入时,正数和负数都向负无穷舍入。这样做的结果会在数字中引入负的累积偏置。

您可以使用 floor 函数向下取整。

Plot of output stored integer value vs input real-world value using round to floor.

另请参阅

|