Method | Description | |
---|---|---|
GetWeight ( string carDir ) : double | ||
RemoveAeroDataSection ( string carDir ) : void | ||
SetWeight ( string carDir, double newValue ) : void | ||
TestData ( string carDir, double weight ) : Task
|
||
TestData ( string carDir, double weight, Action |
public static GetWeight ( string carDir ) : double | ||
carDir | string | |
return | double |
public static RemoveAeroDataSection ( string carDir ) : void | ||
carDir | string | |
return | void |
public static SetWeight ( string carDir, double newValue ) : void | ||
carDir | string | |
newValue | double | |
return | void |
public static TestData ( string carDir, double weight ) : Task
|
||
carDir | string | |
weight | double | |
return | Task
|
public static TestData ( string carDir, double weight, Action |
||
carDir | string | |
weight | double | |
error | Action |
|
callback | System.Action | |
return | void |