Лабораторная работа №3.1
This commit is contained in:
parent
5879f21e46
commit
8e5e30238f
@ -45,17 +45,6 @@ namespace ElectricLocomotive
|
|||||||
|
|
||||||
return map._setLocomotive.Remove(position);
|
return map._setLocomotive.Remove(position);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool operator >(MapWithSetLocomotivGeneric<T, U> map, int Peremen)
|
|
||||||
{
|
|
||||||
return map._places.Length > Peremen;
|
|
||||||
}
|
|
||||||
// Перегрузка оператора вычитания
|
|
||||||
public static bool operator <(MapWithSetLocomotivGeneric<T, U> map, int Peremen)
|
|
||||||
{
|
|
||||||
return map._places.Length < Peremen;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Вывод всего набора объектов
|
// Вывод всего набора объектов
|
||||||
public Bitmap ShowSet()
|
public Bitmap ShowSet()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user