Exemple #1
0
 public bool ApplyChange(EquatableAtomVariable <int, IntEvent, IntIntEvent> amount)
 {
     return(SetValue(Value + amount.Value));
 }
Exemple #2
0
 public bool ApplyChange(EquatableAtomVariable <float, FloatEvent, FloatFloatEvent> amount)
 {
     return(SetValue(Value + amount.Value));
 }