Microscopic Traffic Simulator
Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString Class Reference
Inheritance diagram for Microscopic_Traffic_Simulator.Converters.FromSimulationStepsToPauseToString:

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

Detailed Description

Definition at line 6 of file FromSimulationStepsToPauseToString.cs.

Member Function Documentation

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

Convert simulation steps to string.

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

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.

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

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.

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

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.

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

Definition at line 33 of file FromSimulationStepsToPauseToString.cs.


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