Click or drag to resize

DoubleMatrixWriteXml Method

Converts an object into its XML representation.
Example
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: 7.4
Syntax
public void WriteXml(
	XmlWriter writer
)

Parameters

writer  XmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also