IXmlDeserializationInfoGetNullableDouble Method |
Reads a named nullable Double child element.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxdouble? GetNullableDouble(
string name
)
Parameters
- name String
- Element name.
Return Value
NullableDoubleThe Double value parsed from the named child element, or
null if not present.
See Also