1 | static float[] takeFirstOfFloatArray(float[] b, int n) { |
2 | ret subFloatArray(b, 0, n); |
3 | } |
4 | |
5 | static float[] takeFirstOfFloatArray(int n, float[] b) { |
6 | ret takeFirstOfFloatArray(b, n); |
7 | } |
Began life as a copy of #1024597
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024604 |
Snippet name: | takeFirstOfFloatArray |
Eternal ID of this version: | #1024604/1 |
Text MD5: | e3961795101669752ef68425e54599d4 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-19 20:27:57 |
Source code size: | 189 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 191 / 228 |
Referenced in: | [show references] |