ExtRemoteData::GetDouble 方法 (engextcpp.hpp)

GetDouble 方法返回 ExtRemoteData 对象的版本,该对象表示目标内存的内容。

语法

double GetDouble();

返回值

GetDouble 返回 ExtRemoteData 对象的版本。

注解

ExtRemoteData 对象表示的内存大小必须为 sizeof(double)

要求

要求
目标平台 桌面
标头 engextcpp.hpp (包括 Engextcpp.hpp)

另请参阅

ExtRemoteData

ExtRemoteData::GetData

ExtRemoteData::GetFloat