searchsortedlast
searchsortedlast(a, x, [by=
Returns the index of the last value in a
less than or equal to x
, according to the specified order. Returns 0
if x
is less 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.