Warning: session_start(): open(/var/lib/php/sessions/sess_t60e3immqmjvsal8cigeealc03, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
dimensionPlus [1034175]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1034175 // dimensionPlus

JavaX fragment (include)

static Dimension dimensionPlus(int w, int h, Dimension d) {
  ret d == null ?: new Dimension(d.width+w, d.height+h);
}

Author comment

Began life as a copy of #1034174

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034175
Snippet name: dimensionPlus
Eternal ID of this version: #1034175/1
Text MD5: 69b621c04d163c0a9523de42f06f57f5
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-25 20:41:04
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 530 / 546
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)