PeekF()

Syntax

Value.f = PeekF(*Buffer, Offset)
Description
Reads a float (4 bytes) from the specified memory buffer.

Parameters

*Buffer The buffer to read from. It must have been allocated with AllocateMemory() or ReAllocateMemory().
Offset The offset (in bytes) in the buffer.

Return value

Returns the value of the float.

See Also

PokeF()

Supported OS

All

<- PeekD() - Memory Index - PeekL() ->