method Float16Array.includes
Jump to headingFloat16Array.includes(searchElement: number,fromIndex?: number,): booleanDetermines whether an array includes a certain element, returning true or false as appropriate.
Parameters Jump to heading
Jump to headingsearchElement: numberThe element to search for.
optional
Jump to headingfromIndex: numberThe position in this array at which to begin searching for searchElement.
Return Type Jump to heading
boolean