Show / Hide Table of Contents

Class LapLinearMap

A LapLinearMap is a type of LinearMap that can be attached to a specific lap within a session.

Inheritance
System.Object
EntityBase
MapBase
LapMapBase
LapLinearMap
Inherited Members
LapMapBase.LapNumber
MapBase.GetBytes(Double[])
MapBase.GetValuesFromBytes(Byte[])
MapBase.ValidateBilinearMapArguments(ICollection<Double>, String, ICollection<Double>, ICollection<Double>)
MapBase.ValidateLinearMapArguments(Double[], Double[])
MapBase.ValidateBaseArguments(String, String, String, String, String, String)
MapBase.ValidateDataPoints(ICollection<Double>, ICollection<Double>)
MapBase.LocateValueCell(Double[], Int32, Int32, Double)
MapBase.ToString()
MapBase.Name
MapBase.Description
MapBase.Units
MapBase.Format
MapBase.ConversionXFunctionName
MapBase.ConversionValueFunctionName
MapBase.Values
MapBase.BreakXPoints
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.

Back to top Generated by DocFX