IXmlDeserializationInfoGetArray(Double, Int32) Method |
Deserializes an array of double value. The xml node must be opened before with
OpenArray Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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