Click or drag to resize

XmlStreamDeserializationInfoGetDouble Method

Reads a Double from the current element content.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetDouble()

Return Value

Double
The Double value parsed from the current element.

Implements

IXmlDeserializationInfoGetDouble
See Also