Std memory databuffer pokelong
std:std.memory.DataBuffer.PokeLong
Method PokeLong:Void( offset:Int,value:Long )#
Writes a 64 bit long 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. |