Click or drag to resize

XmlStreamDeserializationInfoGetNullableDouble Method

Reads a named nullable Double child element.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double? GetNullableDouble(
	string name
)

Parameters

name  String
Element name.

Return Value

NullableDouble
The Double value parsed from the named child element, or null if not present.

Implements

IXmlDeserializationInfoGetNullableDouble(String)
See Also