C# 클래스 AK.F1.Timing.Model.Session.FastestTimeModel

파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
FastestTimeModel ( DriverModel driver, System.TimeSpan time, int lapNumber, System.TimeSpan delta ) : System

Initialises a new instance of the FastestTimeModel class.

메소드 상세

FastestTimeModel() 공개 메소드

Initialises a new instance of the FastestTimeModel class.
public FastestTimeModel ( DriverModel driver, System.TimeSpan time, int lapNumber, System.TimeSpan delta ) : System
driver AK.F1.Timing.Model.Driver.DriverModel The driver which posted the time. Can be .
time System.TimeSpan The time.
lapNumber int The lap number on which the time was set.
delta System.TimeSpan The delta from the previous fastest time.
리턴 System