...
Code Block | ||
---|---|---|
| ||
pjs.define("num", { type: 'packed decimal', length: 15, decimals: 5 }); num = 9.876; num = Number.halfAjusthalfAdjust(num, 2); return num; //9.88 |
...
Code Block | ||
---|---|---|
| ||
pjs.define("num", { type: 'packed decimal', length: 15, decimals: 5 }); num = 9.876; num = Number.halfAjusthalfAdjust(num, 2); return num; //9.88 |