C# Class LiftSimulation.Defaults

显示文件 Open project: nafetz/SE Class Usage Examples

Public Methods

Method Description
FloorToIdx ( int floor ) : int

Konvertiert anhand Default.Floors und Defaults.Basements FloorNr. in nutzbaren List/Array-Index

GetProjectPath ( ) : string

Gitb den Pfad zum Projektverzeichnis zurück

Method Details

FloorToIdx() public static method

Konvertiert anhand Default.Floors und Defaults.Basements FloorNr. in nutzbaren List/Array-Index
public static FloorToIdx ( int floor ) : int
floor int Geschossnummer
return int

GetProjectPath() public static method

Gitb den Pfad zum Projektverzeichnis zurück
public static GetProjectPath ( ) : string
return string