QLNet.TimeGrid.empty C# (CSharp) Метод

empty() публичный Метод

public empty ( ) : bool
Результат bool
        public bool empty()
        {
            return times_.Count == 0;
        }

Usage Example

Пример #1
0
 public override void update()
 {
     if (!timeGrid_.empty())
     {
         lattice_ = this.model_.link.tree(timeGrid_);
     }
     notifyObservers();
 }
All Usage Examples Of QLNet.TimeGrid::empty