  | FloatComplexVectorWriteXml Method | 
             Converts an object into its XML representation.
             
Example
             The vector:
            
             [ (1,0) (2,0) (3,0) ]
            
             would be serialized as:
             
 Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic 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