Class LapLinearMap
A LapLinearMap is a type of LinearMap that can be attached to a specific lap within a session.
Inherited Members
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class LapLinearMap : LapMapBase
Constructors
LapLinearMap(Int16, String, String, String, String, String, String, Double[], Double[])
Initialises a new instance of the LapLinearMap class.
Declaration
public LapLinearMap(short lapNumber, string name, string description, string units, string format, string conversionXFunctionName, string conversionValueFunctionName, double[] breakXPoints, double[] values)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | lapNumber | The lap number. |
System.String | name | The name of the map. |
System.String | description | The description. |
System.String | units | The units used by the map. |
System.String | format | The format of the map. |
System.String | conversionXFunctionName | Name of the conversion X function. |
System.String | conversionValueFunctionName | Name of the conversion value function. |
System.Double[] | breakXPoints | The break X points. |
System.Double[] | values | The values. |