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

3
LINES

< > BotCompany Repo | #1031969 // rectArea

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3216L/18K).

static int rectArea(Rect r) {
  ret r == null ? 0 : r.w*r.h;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031969
Snippet name: rectArea
Eternal ID of this version: #1031969/1
Text MD5: 279b857576f0abbb9a5d3838db2d180f
Transpilation MD5: 270b7806b937510b4e96b3d9909b2e18
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-06 01:58:37
Source code size: 64 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 85 / 145
Referenced in: [show references]