public void ApplyChange(FloatVariable amount) { ApplyChange(amount.Value); }
public void SetValue(FloatVariable value) { SetValue(value.Value); }