resolve_tick_delta
simulation.resolve_tick_delta(tau_steps_per_day, tick, delta)
Add a delta to a tick to get the index of the resulting tick.
Parameters
Returns
int
-
The result of adding
delta
totick
, as a tick index.
Add a delta to a tick to get the index of the resulting tick.
int
The result of adding delta
to tick
, as a tick index.