C# Class SimShift.Models.GenericDrivetrain.GenericEngineData

Datei anzeigen Open project: nlhans/SimShift

Public Properties

Property Type Description
N double
P double

Public Methods

Method Description
GenericEngineData ( double n, double p ) : System.Collections.Generic

Method Details

GenericEngineData() public method

public GenericEngineData ( double n, double p ) : System.Collections.Generic
n double
p double
return System.Collections.Generic

Property Details

N public_oe property

public double N
return double

P public_oe property

public double P
return double