Пример #1
0
        public int Print(TimeSpan timeout, out string value)
        {
            double WeightValue;

            this.Print(timeout, 5, out WeightValue);
            value = WeightValue.ToString();
            return(0);
        }
Пример #2
0
 internal override void SetXML(XmlElement xml, BaseClassIfc host, HashSet <int> processed)
 {
     base.SetXML(xml, host, processed);
     xml.SetAttribute("WeightValue", WeightValue.ToString());
     setAttribute(xml, "Formula", Formula);
 }