Click or drag to resize

FloatComplexMatrixReadXml Method

Generates a FloatComplexMatrix instance form its XML representation.
Example
The matrix: | (1,0) (2,0) (3,0) | | (4,0) (5,0) (6,0) | | (7,0) (8,0) (9,0) | 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