searchsortedfirst
searchsortedfirst(a, x, [by=
Returns the index of the first value in a
greater than or equal to x
, according to the specified order. Returns length(a)+1
if x
is greater than all values in a
.
Examples
See Also
find, findfirst, findin, findlast, findmin, findn, findnext, findnz, findprev, rsearch, rsearchindex, searchsorted, searchsortedfirst, searchsortedlast, sort, sort!, sortcols, sortperm, sortperm!,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.