Lua:readDouble
Revision as of 00:02, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved readDouble to Lua:readDouble)
function readDouble(Address) : float
Reads a QWORD (8 bytes) at the given address and interprets them as a double precision floating point value.
Function Parameters
| Parameter | Type | Description | 
|---|---|---|
| Address | CEAddressString or Integer | The address to read | 
See also
Related Functions
- readBytes
 - readSmallInteger
 - readInteger
 - readQword
 - readPointer
 - readFloat
 - readDouble
 - readString
 - writeBytes
 - writeSmallInteger
 - writeInteger
 - writeQword
 - writeFloat
 - writeDouble
 - writeString
 - readBytesLocal
 - readIntegerLocal
 - readQwordLocal
 - readPointerLocal
 - readFloatLocal
 - readDoubleLocal
 - readStringLocal
 - writeBytesLocal
 - writeIntegerLocal
 - writeQwordLocal
 - writeFloatLocal
 - writeDoubleLocal
 - writeStringLocal
 - wordToByteTable
 - dwordToByteTable
 - qwordToByteTable
 - floatToByteTable
 - doubleToByteTable
 - stringToByteTable
 - wideStringToByteTable
 - byteTableToWord
 - byteTableToDword
 - byteTableToQword
 - byteTableToFloat
 - byteTableToDouble
 - byteTableToString
 - byteTableToWideString