Microscopic Traffic Simulator
|
Converter from simulation speed to string. More...
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert simulation speed 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 speed to string. More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Convert string to simulation speed. More... | |
Converter from simulation speed to string.
Definition at line 9 of file FromSimulationSpeedToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert simulation speed to string.
value | Speed. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromSimulationSpeedToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert simulation speed to string.
value | Speed. |
targetType | Target type which is string. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 19 of file FromSimulationSpeedToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert string to simulation speed.
value | String of simulation speed. |
targetType | Target type which is double. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 33 of file FromSimulationSpeedToString.cs.
object Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Convert string to simulation speed.
value | String of simulation speed. |
targetType | Target type which is double. |
parameter | Parameter defined in UI. Not used. |
culture | Current culture info. |
Definition at line 33 of file FromSimulationSpeedToString.cs.