Click or drag to resize

XmlStreamDeserializationInfoGetSingle Method

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

Return Value

Single
The Single value parsed from the current element.

Implements

IXmlDeserializationInfoGetSingle
See Also