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

3
LINES

< > BotCompany Repo | #1033347 // lfloor - round down to long

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

Libraryless. Click here for Pure Java version (29L/1K).

static long lfloor(double d) {
  ret (long) Math.floor(d);
}

Author comment

Began life as a copy of #1008545

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033347
Snippet name: lfloor - round down to long
Eternal ID of this version: #1033347/1
Text MD5: 0179778b8b0cd420aa8089543bc95822
Transpilation MD5: e8024340c99730800101859f81dd5723
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-23 08:07:01
Source code size: 64 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 86 / 127
Referenced in: [show references]