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

6
LINES

< > BotCompany Repo | #1004565 // copyFloatArray

JavaX fragment (include)

static float[] copyFloatArray(float[] a) {
  if (a == null) null;
  float[] b = new float[l(a)];
  System.arraycopy(a, 0, b, 0, l(a));
  ret b;
}

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: 453 / 478
Referenced in: [show references]