interface DataView
unstable
Methods Jump to heading
Jump to headinggetFloat16(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.
Jump to headingsetFloat16(byteOffset: number,value: number,littleEndian?: boolean,): voidStores an Float16 value at the specified byte offset from the start of the view.