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

9
LINES

< > BotCompany Repo | #1035773 // iroundAll - synonym of iroundDoubleArray

JavaX fragment (include)

static int[] iroundAll(double[] a, int start, int end) {
  ret iroundDoubleArray(a, start, end);
}



static int[] iroundAll(double[] a) {
  ret iroundDoubleArray(a);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035773
Snippet name: iroundAll - synonym of iroundDoubleArray
Eternal ID of this version: #1035773/1
Text MD5: 9f262bf2ee1fb6180582fa73af992877
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-22 05:02:00
Source code size: 170 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 63
Referenced in: [show references]