Beispiel #1
0
 public void ApplyChange(IntVariable amount) => Value += amount.Value;
Beispiel #2
0
 public void SetValue(IntVariable value) => Value = value.Value;