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

3
LINES

< > BotCompany Repo | #1032167 // areaFromPoints

JavaX fragment (include)

static int areaFromPoints(int x1, int y1, int x2, int y2) {
  ret (x1-x1)*(y2-y1);
}

Author comment

Began life as a copy of #1010660

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032167
Snippet name: areaFromPoints
Eternal ID of this version: #1032167/1
Text MD5: 34051cba1d4f9785c26dc1b1145046cb
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-16 22:54:09
Source code size: 86 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 106
Referenced in: [show references]