The setFloat32()
method of DataView
instances takes a number and stores it as a 32-bit floating point number in the 4 bytes starting at the specified byte offset of this DataView
. There is no alignment constraint; multi-byte values may be stored at any offset within bounds.