文件名称:mongo-round:使用 MongoDB 聚合框架时。 此辅助函数可帮助您对数字进行四舍五入
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-30 11:20:22
JavaScript
mongo-round 使用时执行数字舍入的辅助函数。 npm install mongo-round 用法 var round = require ( 'mongo-round' ) ; 零小数位: db . myCollection . aggregate ( [ { $project : { roundValue : round ( '$value' ) } } ] ) ; 保留两位小数: db . myCollection . aggregate ( [ { $project : { roundAmount : round ( '$amount' , 2 ) } } ] ) ; To cents and from cents - 从财务数据的算术运算的舍入误差中节省: db . myCollection . aggregate ( [ {
【文件预览】:
mongo-round-master
----.jshintrc(500B)
----.gitignore(23B)
----package.json(652B)
----.travis.yml(598B)
----index.js(741B)
----.jshintignore(13B)
----README.md(1KB)
----.npmignore(40B)
----test()
--------.jshintrc(634B)
--------common.js(57B)
--------round.spec.js(3KB)
--------jshint.spec.js(27B)
--------mocha.opts(99B)
--------jsRound.js(357B)