MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / roundToTick

Function roundToTick

src/DataStream.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace libRSF
27{
28 double roundToTick(const double Time)
29 {
30 return round(Time * 1e3) * 1e-3;
31 }
32}

Callers 9

operator()Method · 0.85
findMethod · 0.85
countMethod · 0.85
lower_boundMethod · 0.85
upper_boundMethod · 0.85
equal_rangeMethod · 0.85
emplaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected