MCPcopy Create free account
hub / github.com/SatDump/SatDump / CeilTime

Function CeilTime

src-core/imgui/implot/implot.cpp:1042–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040}
1041
1042ImPlotTime CeilTime(const ImPlotTime& t, ImPlotTimeUnit unit) {
1043 return AddTime(FloorTime(t, unit), unit, 1);
1044}
1045
1046ImPlotTime RoundTime(const ImPlotTime& t, ImPlotTimeUnit unit) {
1047 ImPlotTime t1 = FloorTime(t, unit);

Callers 1

Locator_TimeFunction · 0.85

Calls 2

AddTimeFunction · 0.85
FloorTimeFunction · 0.85

Tested by

no test coverage detected