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

7
LINES

< > BotCompany Repo | #1033254 // takeFirstOfDoubleArray

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

Libraryless. Click here for Pure Java version (3846L/22K).

static double[] takeFirstOfDoubleArray(double[] b, int n) {
  ret subDoubleArray(b, 0, n);
}

static double[] takeFirstOfDoubleArray(int n, double[] b) {
  ret takeFirstOfDoubleArray(b, n);
}

Author comment

Began life as a copy of #1020143

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033254
Snippet name: takeFirstOfDoubleArray
Eternal ID of this version: #1033254/1
Text MD5: b221203ae49f4054071e1f9d37a2d0c7
Transpilation MD5: dd88a10e96835ad97b220ae8c608f385
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-17 21:29:38
Source code size: 197 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 129
Referenced in: [show references]