Std memory databuffer pokefloat
std:std.memory.DataBuffer.PokeFloat
Method PokeFloat:Void( offset:Int,value:Float )#
Writes a 32 bit float to the databuffer
In debug builds, a runtime error will occur if offset
is outside the range of the databuffer.
Parameters | |
---|---|
offset |
offset The offset to write. |