public void ApplyChange(FloatVariable variable) { Value += variable.Value; }
public void SetValue(FloatVariable variable) { Value = variable.Value; }