internal ParSpeed( string raceClassification, double avgSpeed, int sampleSize, string trackCode, Utilities.Surface surface) { _raceClassification = raceClassification; _avgSpeed = avgSpeed; _sampleSize = sampleSize; _surface = surface; _trackCode = trackCode; }
private SpeedNormalizer(string trackCode, Utilities.Surface surface) { _trackCode = trackCode; _surface = surface; }