Beispiel #1
0
 public override void Execute(IFunction function, ResultRecord result)
 {
     double value;
     function.Create(result.Value, result.Count, Vote, out value);
     result.Value = value;
     result.Count++;
 }
Beispiel #2
0
        public override void Execute(IFunction function, ResultRecord result)
        {
            double value;

            function.Create(result.Value, result.Count, Vote, out value);
            result.Value = value;
            result.Count++;
        }