Generates a DoubleMatrix instance form its XML representation.

Examples

The matrix: | 1 2 3 | | 4 5 6 | | 7 8 9 | would be serialized as:

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void ReadXml(
	XmlReader reader
)
Visual Basic (Declaration)
Public Sub ReadXml ( _
	reader As XmlReader _
)
Visual C++
public:
virtual void ReadXml(
	XmlReader^ reader
) sealed

Parameters

reader
Type: System.Xml..::.XmlReader
The XmlReader stream from which the object is deserialized.

Implements

IXmlSerializable..::.ReadXml(XmlReader)

See Also