Click or drag to resize

XmlStreamDeserializationInfoGetArray(Single) Method

Deserializes an array of Single values from the current node.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetArray(
	out float[] val
)

Parameters

val  Single
Destination array allocated by the implementation.

Implements

IXmlDeserializationInfoGetArray(Single)
See Also