Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadDouble
Function
ReadDouble
Source/Engine/Serialization/ReadStream.h:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
FORCE_INLINE void ReadDouble(double* data)
102
{
103
ReadBytes(data, sizeof(double));
104
}
105
106
public:
107
void Read(String& data);
Callers
1
Read
Method · 0.85
Calls
1
ReadBytes
Function · 0.85
Tested by
no test coverage detected