We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set 32-bit float at the given byte offset
None.
import "RawData" data = new RawData data.resize 4 data.setFloat 0, 3.14 print data.float(0) // approximately 3.14
There was an error while loading. Please reload this page.