예제 #1
0
 private decimal Evaluate(ICalculationVariableNode node)
 {
     return(m_variableService.GetNumberValue(node.VariableName));
 }