Method | Description | |
---|---|---|
LapHistoryEntry ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : System |
Initialises a new instance of the LapHistoryEntry class.
|
Method | Description | |
---|---|---|
CheckLapNumber ( PostedTime time, int expectedLapNumber, string paramName ) : void | ||
CheckLapNumbersAreEqual ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : void | ||
CheckOneIsNotNull ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : void |
public LapHistoryEntry ( PostedTime s1, PostedTime s2, PostedTime s3, PostedTime lap ) : System | ||
s1 | PostedTime | The sector one time set. |
s2 | PostedTime | The sector two time set. |
s3 | PostedTime | The sector three time set. |
lap | PostedTime | The overall lap time set. |
return | System |