Click or drag to resize

IXmlDeserializationInfoGetSingle Method

Reads a Single 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#
float GetSingle()

Return Value

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