public int Print(TimeSpan timeout, out string value) { double WeightValue; this.Print(timeout, 5, out WeightValue); value = WeightValue.ToString(); return(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); }