예제 #1
0
파일: Program.cs 프로젝트: Polisika/pz3rop
 public override double Compute(IReadOnlyDictionary <string, double> variableValues) => LeftOperand.Compute(variableValues) * RightOperand.Compute(variableValues);