dt property

double dt
getter/setter pair

Currently / last used timestep. Is set to -1 if not available. This value is updated before each internal step, which means that it is "fresh" inside event callbacks.

Implementation

double dt = -1;