23:42:32.400'我得到两个不同的结果: 42918.98788和42918.98787
如果我转换为小数(20,6),它可以正常工作(42918.987875),但假设我需要将其转换为小数(20,5)。这是一个向上或向下取整最后5位的选项吗?它是一种地区,国际环境,校对还是其他?是不是SQL的不同版本(12.0.5000.0 vs 13.0.4202.2)?
稍后,我看到一些代码试图使用以下NSNumberFormatter格式化long。[sut setMaximumFractionDigits:20]; // also tried set to 15 or 16, not working too.
NSLocale *enUSPOSIXLocale = [[NSLocale alloc]initWithLocaleIdentifier:@"