public double SetIntValue(double value) { _resultValue = Operation(_value1.SetIntValue(value), _value2.SetIntValue(value)); return(_resultValue); //_value.SetIntValue(value); //throw new NotImplementedException(); }
public double SetIntValue(double value) { _resultValue = Operation(_value1.SetIntValue(value)); return(_resultValue); }