| DoubleComplexMatrixWriteXml Method |
Converts an object into 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public void WriteXml(
XmlWriter writer
)
Public Sub WriteXml (
writer As XmlWriter
)
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed
abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit
Parameters
- writer XmlWriter
- The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializableWriteXml(XmlWriter)See Also