method Float16Array.includesFloat16Array.includes(searchElement: number,fromIndex?: number,): booleanDeprecatedDetermines whether an array includes a certain element, returning true or false as appropriate. ParameterssearchElement: numberThe element to search for. optionalfromIndex: numberThe position in this array at which to begin searching for searchElement. Return Typeboolean