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

3
LINES

< > BotCompany Repo | #1029192 // firstIntFromLong - see twoIntsToLong

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

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

static int firstIntFromLong(long l) {
  ret (int) (l >> 32);
}

Author comment

Began life as a copy of #1029132

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029192
Snippet name: firstIntFromLong - see twoIntsToLong
Eternal ID of this version: #1029192/3
Text MD5: 59d04eef505781a643fb927ed168f921
Transpilation MD5: 8c5c9bf80759118ca88bec7e03ad8035
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-24 17:43:42
Source code size: 64 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 228 / 323
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1029193 - secondIntFromLong - see twoIntsToLong
#1029196 - longToIntPair