Alternativ.Defaults.FloorToIdx C# (CSharp) Method

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
return int
        public static int FloorToIdx(int Floor)
        {
            return (Floor + Basements);
        }