MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / Double

Method Double

src/simulate/bin_serializer.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 serialize(data);
166 }
167 virtual void Double ( double & data ) override {
168 serialize(data);
169 }
170 virtual void Float ( float & data ) override {
171 serialize(data);
172 }

Callers

nothing calls this directly

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected