WebPlatformDataView.setFloat16method DataView.setFloat16unstable#DataView.setFloat16(byteOffset: number,value: number,littleEndian?: boolean,): voidStores an Float16 value at the specified byte offset from the start of the view. Parameters ##byteOffset: numberThe place in the buffer at which the value should be set. #value: numberThe value to set. optional#littleEndian: booleanIf false or undefined, a big-endian value should be written. Return Type #void
method DataView.setFloat16unstable#DataView.setFloat16(byteOffset: number,value: number,littleEndian?: boolean,): voidStores an Float16 value at the specified byte offset from the start of the view. Parameters ##byteOffset: numberThe place in the buffer at which the value should be set. #value: numberThe value to set. optional#littleEndian: booleanIf false or undefined, a big-endian value should be written. Return Type #void