You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).
The text was updated successfully, but these errors were encountered:
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 thanstart
and etc.).The text was updated successfully, but these errors were encountered: