Difference between revisions of "Lua:readDouble"
Jump to navigation
Jump to search
(Created page with ''''function''' readFloat(''Address'') Reads the 4 bytes at the given address and interprets them as a double precision floating point value ===Function Parameters=== {|width="8…') |
|||
| Line 1: | Line 1: | ||
'''function''' readFloat(''Address'') | '''function''' readFloat(''Address'') | ||
| − | Reads the | + | Reads the 8 bytes at the given address and interprets them as a double precision floating point value |
===Function Parameters=== | ===Function Parameters=== | ||
Revision as of 23:44, 21 February 2012
function readFloat(Address)
Reads the 8 bytes at the given address and interprets them as a double precision floating point value
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| Address | String or Integer | The address to read |