Click or drag to resize

XmlStreamDeserializationInfoGetArray(Double, Int32) Method

Deserializes an array of double value. The xml node must be opened before with OpenArray

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void GetArray(
	double[] val,
	int count
)

Parameters

val  Double
The array, must be at least of length count.
count  Int32
The number of elements to deserialize. If this is less than the number of elements in the xml stream, the other elements are safely ignored.

Implements

IXmlDeserializationInfoGetArray(Double, Int32)
See Also