5 references to GetDouble
System.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
3287return new Decimal(GetDouble(this.tokDataPos)); 3330return GetDouble(this.tokDataPos); 3509return XmlConvert.ToString( GetDouble( this.tokDataPos ) ); 3635return GetDouble(this.tokDataPos); 3805Double v = GetDouble(this.tokDataPos);