Libraryless. Click here for Pure Java version (5181L/29K).
sS str_px(int w, int h) { ret n2(w) + "*" + n2(h) + "px"; } sS str_px(WidthAndHeight image) { ret image == null ?: str_px(image.getWidth(), image.getHeight()); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035022 |
| Snippet name: | str_px |
| Eternal ID of this version: | #1035022/2 |
| Text MD5: | 63234b50864f641b7642416a601b0e5b |
| Transpilation MD5: | 7236994d16eb61d1888651bb93f433c6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-25 21:34:27 |
| Source code size: | 172 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 361 / 464 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |