Click or drag to resize

IXmlDeserializationInfoGetDouble Method

Reads a Double from the current element content.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
double GetDouble()

Return Value

Double
The Double value parsed from the current element.
See Also