ReadonlymicrostepSuperdense time index.
ReadonlytimeTime elapsed since Epoch.
Get a new time instant that represents this time instant plus
the given delay. The microstep of this time instant is ignored;
the returned time instant has a microstep of zero if the delay
is greater than zero. If the delay equals zero or is undefined,
the tag is returned unchanged with its current microstep.
The time interval to add to this time instant.
Obtain a time interval that represents the absolute (i.e., positive) time difference between this time interval and the tag given as a parameter.
The time instant for which to compute the absolute difference with this time instant.
Return true if the tag is greater than the tag given as a parameter.
The time instant to compare against this one.
Return true if the tag is greater than or equal to the tag given as a parameter.
The time instant to compare against this one.
Return true if this tag is simultaneous with the tag given as
a parameter, false otherwise. Both time and microstep must be equal
for two tags to be simultaneous.
The time instant to compare against this one.
Return true if this time instant is earlier than the tag given as a
parameter, false otherwise. For two tags with an equal time, one
instant is earlier than the other if its microstep is less than the
microstep of the other.
The time instant to compare against this one.
Return true if the tag is smaller than or equal to the tag given as a parameter.
The time instant to compare against this one.
Staticfrom
A superdense time instant, represented as a time value
time(i.e., time elapsed since Epoch) paired with a microstep index to keep track of iterations in superdense time. For each such iteration,timeremains the same, butmicrostepis incremented.