Microscopic Traffic Simulator
|
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert simulation steps to string. More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert string to simulation speed. More... | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert simulation steps to string. More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert string to simulation speed. More... | |
Definition at line 6 of file FromSimulationStepsToPauseToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert simulation steps to string.
value | Simulation steps. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 16 of file FromSimulationStepsToPauseToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert simulation steps to string.
value | Simulation steps. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 16 of file FromSimulationStepsToPauseToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert string to simulation speed.
value | Number of the simulation steps in string. |
targetType | Target type which is double. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 33 of file FromSimulationStepsToPauseToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert string to simulation speed.
value | Number of the simulation steps in string. |
targetType | Target type which is double. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 33 of file FromSimulationStepsToPauseToString.cs.