method Float16Array.find
Private
Float16Array.find(predicate: () => boolean,thisArg?: any,): number | undefined
Returns the value of the first element in the array where predicate is true, and undefined otherwise.
number | undefined