Std memory databuffer pokedouble
std:std.memory.DataBuffer.PokeDouble
Method PokeDouble:Void( offset:Int,value:Double )#
Writes a 64 bit double 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. |