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

6
LINES

< > BotCompany Repo | #1004565 // copyFloatArray

JavaX fragment (include)

1  
static float[] copyFloatArray(float[] a) {
2  
  if (a == null) null;
3  
  float[] b = new float[l(a)];
4  
  System.arraycopy(a, 0, b, 0, l(a));
5  
  ret b;
6  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004565
Snippet name: copyFloatArray
Eternal ID of this version: #1004565/1
Text MD5: 26dd0d4405d7c4124a81ad84c7406f60
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-21 15:49:21
Source code size: 150 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 457 / 484
Referenced in: [show references]