Skip to content

Std memory databuffer pokeulong

std:std.memory.DataBuffer.PokeULong

Method PokeULong:Void( offset:Int,value:ULong )#

Writes a 64 bit unsigned 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.