Exemple #1
0
 protected override XmlFormulaTree ToXml(XmlFormulaTree firstChild, XmlFormulaTree secondChild)
 {
     return(XmlFormulaTreeFactory.CreateMaxNode(firstChild, secondChild));
 }