JContainers icon indicating copy to clipboard operation
JContainers copied to clipboard

New API functions? (part 2)

Open ryobg opened this issue 5 years ago • 0 comments

Possible functions which may be added if interest is high enough.

  • int JArray.[Max|Min][Integer|Float] (object, start = 0, end = -1) Run over the whole range and note which is the biggest or smallest value found. Return the index of it, or -1 on error (e.g. invalid object, end equal or less than start and etc.).

ryobg avatar Nov 19 '18 11:11 ryobg