Click or drag to resize

IXmlDeserializationInfoGetArray(Single) Method

Deserializes an array of Single values from the current node.

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

Parameters

val  Single
Destination array allocated by the implementation.
See Also