Instance Property

lapTimes

A list of time deltas in seconds between all timing points. This includes start, end and all intermediate laps.

Declaration

var lapTimes: [Double] { get }

Discussion

Possible number of lap time deltas are:

  • 0, if only the start time and no internediate laps nor the end time is set.

  • n, if the start time and n intermediate laps are set.

  • n+1 if the start time, n intermediate laps and the end time is set.

This implies that a stopped timing with no intermediate laps contains exactly 1 lap time delta.