Click or drag to resize
DigitalRuneMatrixDReadXml Method
Generates an object from its XML representation.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void ReadXml(
	XmlReader reader
)

Parameters

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

Implements

IXmlSerializableReadXml(XmlReader)
See Also