Debugging Tools for Windows |
The GetFloat method returns a float version of the ExtRemoteData object, which represents the contents of the target's memory.
float
ExtRemoteData::GetFloat(
void
) throw (...)
None
GetFloat returns the float version of the ExtRemoteData object.
The size of the memory represented by the ExtRemoteData object must be sizeof(float).
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.
ExtRemoteData, ExtRemoteData::GetData, ExtRemoteData::GetDouble,