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