Generates a FloatComplexVector instance form its XML representation.
Namespace:
CenterSpace.NMath.Core
Examples
The vector:
[ (1,0) (2,0) (3,0) ]
would be serialized as:
Assembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void ReadXml( XmlReader reader ) |
| Visual Basic (Declaration) |
|---|
Public Sub ReadXml ( _ reader As XmlReader _ ) |
| Visual C++ |
|---|
public: virtual void ReadXml( XmlReader^ reader ) sealed |
Parameters
- reader
- Type: System.Xml..::.XmlReader
The XmlReader stream from which the object is deserialized.