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

9
LINES

< > BotCompany Repo | #1025098 // normalizeFloatArray - synonym of normalizeFloats

JavaX fragment (include)

static float[] normalizeFloatArray(float[] l) {
  ret normalizeFloats(l);
}



static float[] normalizeFloatArray(float[] l, float targetMax) {
  ret normalizeFloats(l, targetMax);
}

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: #1025098
Snippet name: normalizeFloatArray - synonym of normalizeFloats
Eternal ID of this version: #1025098/1
Text MD5: ef60acbd172beb5d9479ceb97819009f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-05 14:29:26
Source code size: 184 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 150 / 198
Referenced in: [show references]