Esempio n. 1
0
 public WaitForValue(float val, float threshold, EComparator Comparator)
 {
     m_Value      = val;
     m_Threshold  = threshold;
     m_Comparator = Comparator;
 }
Esempio n. 2
0
 public Constraint(IDictionary <string, double> _vectorBody, EComparator _operator, double _constant)
     : base(_vectorBody, _constant)
 {
     this.ComparatorOperator = _operator;
 }