MCPcopy 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
106public:
107 // Writes text to the stream.

Callers 4

DoubleMethod · 0.85
DoubleMethod · 0.85
FloatFunction · 0.85
WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected