-
Notifications
You must be signed in to change notification settings - Fork 0
utils.ArrayUtils.Function.argGte
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / utils/ArrayUtils / argGte
function argGte(a, v): number;Returns the index of the first array entry greater than or equal to the specified value v.
Or NaN if no such element can be found.
ArrayLike<number>
number
number