Skip to content

utils.ArrayUtils.Function.argGte

Christian d'Heureuse edited this page Jun 7, 2026 · 2 revisions

dsp-collection / utils/ArrayUtils / argGte

Function: argGte()

function argGte(a, v): number;

Defined in: utils/ArrayUtils.ts:52

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.

Parameters

a

ArrayLike<number>

v

number

Returns

number

Clone this wiki locally