MCPcopy 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
106public:
107 void Read(String& data);

Callers 1

ReadMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected