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

4
LINES

< > BotCompany Repo | #1033660 // getBitFromIntArray_littleEndian

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

Transpiled version (29L) is out of date.

sbool getBitFromIntArray_littleEndian(int[] array, int iBit) {
  int iInt = iBit >> 5;
  ret (array[iInt] & (1 << (iBit & 31))) != 0;
}

Author comment

Began life as a copy of #1033659

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033660
Snippet name: getBitFromIntArray_littleEndian
Eternal ID of this version: #1033660/3
Text MD5: eb2380ad0f115e546ff6bae339f72c02
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-26 16:34:47
Source code size: 138 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 55 / 96
Version history: 2 change(s)
Referenced in: [show references]