Std memory databuffer peekfloat
std:std.memory.DataBuffer.PeekFloat
Method PeekFloat:Float( offset:Int )#
Reads a 32 bit float from 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 read. |