Click or drag to resize

DoubleVectorReadXml Method

Generates a DoubleVector instance form its XML representation.
Example
The vector: [ 1 2 3 ] would be serialized as:

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

reader  XmlReader
The XmlReader stream from which the object is deserialized.

Implements

IXmlSerializableReadXml(XmlReader)
See Also