Click or drag to resize

IXmlDeserializationInfoGetArray(Double, Int32) Method

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

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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.
See Also