Libraryless. Click here for Pure Java version (3200L/20K).
1 | sS renderPosNegScore2(PosNeg pn) {
|
2 | if (pn == null) ret ""; |
3 | ret "+" + pn.nPos() + " / -" + pn.nNeg(); |
4 | } |
Began life as a copy of #1027797
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028059 |
| Snippet name: | renderPosNegScore2 - as "+x / -y" |
| Eternal ID of this version: | #1028059/1 |
| Text MD5: | d5a4f3e8d524ad79e3435a1e19d0e5ac |
| Transpilation MD5: | 40621511c66939497199cf04c8d389d4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-15 12:29:04 |
| Source code size: | 109 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 376 / 506 |
| Referenced in: | [show references] |