Show / Hide Table of Contents

Class LapMapBase

Provides the abstract base class for the LapMap object.

Inheritance
System.Object
EntityBase
MapBase
LapMapBase
LapBilinearMap
LapLinearMap
Inherited Members
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 abstract class LapMapBase : MapBase

Constructors

LapMapBase(Int16, String, String, String, String, String, String)

Initialises a new instance of the LapMapBase class.

Declaration
protected LapMapBase(short lapNumber, string name, string description, string units, string format, string conversionXFunctionName, string conversionValueFunctionName)
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.

Properties

LapNumber

Gets the lap number.

Declaration
public short LapNumber { get; }
Property Value
Type Description
System.Int16

The lap number.

Back to top Generated by DocFX