Exemplo n.º 1
0
 public override DivideTwoNumbersFunction GetOutput(RfcResult result)
 {
     this.Quotient  = result.GetOutput <decimal>("e_quotient");
     this.Remainder = result.GetOutput <int>("e_remainder");
     return(this);
 }
 public override int GetOutput(RfcResult result)
 {
     return(result.GetOutput <int>("e_result"));
 }