WebPlatformDataView.getFloat16method DataView.getFloat16unstable#DataView.getFloat16(byteOffset: number,littleEndian?: boolean,): numberGets the Float16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset. Parameters ##byteOffset: numberThe place in the buffer at which the value should be retrieved. optional#littleEndian: booleanIf false or undefined, a big-endian value should be read. Return Type #number
method DataView.getFloat16unstable#DataView.getFloat16(byteOffset: number,littleEndian?: boolean,): numberGets the Float16 value at the specified byte offset from the start of the view. There is no alignment constraint; multi-byte values may be fetched from any offset. Parameters ##byteOffset: numberThe place in the buffer at which the value should be retrieved. optional#littleEndian: booleanIf false or undefined, a big-endian value should be read. Return Type #number