Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteDouble
Function
WriteDouble
Source/Engine/Serialization/WriteStream.h:101–104 ·
view source on GitHub ↗
Writes double to the stream.
Source
from the content-addressed store, hash-verified
99
100
// Writes double to the stream.
101
FORCE_INLINE void WriteDouble(double data)
102
{
103
WriteBytes(&data, sizeof(double));
104
}
105
106
public:
107
// Writes text to the stream.
Callers
4
Double
Method · 0.85
Double
Method · 0.85
Float
Function · 0.85
Write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected