Microscopic Traffic Simulator
Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString Class Reference

Converter from simulation speed to string. More...

Inheritance diagram for Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString:

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...
 

Detailed Description

Converter from simulation speed to string.

Definition at line 9 of file FromSimulationSpeedToString.cs.

Member Function Documentation

object Microscopic_Traffic_Simulator.Converters.FromSimulationSpeedToString.Convert ( object  value,
Type  targetType,
object  parameter,
System.Globalization.CultureInfo  culture 
)

Convert simulation speed to string.

Parameters
valueSpeed.
targetTypeTarget type which is string.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
String representation of simulation speed.

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.

Parameters
valueSpeed.
targetTypeTarget type which is string.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
String representation of simulation speed.

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.

Parameters
valueString of simulation speed.
targetTypeTarget type which is double.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
Simulation speed.

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.

Parameters
valueString of simulation speed.
targetTypeTarget type which is double.
parameterParameter defined in UI. Not used.
cultureCurrent culture info.
Returns
Simulation speed.

Definition at line 33 of file FromSimulationSpeedToString.cs.


The documentation for this class was generated from the following file: