Click or drag to resize

CsvComplexMatrixSerializer Methods

Methods
  NameDescription
Public methodStatic memberDeserialize(String)
Deserializes as ComplexMatrix the specified CSV file.
Public methodStatic memberCode exampleDeserialize(TextReader)
Deserializes as ComplexMatrix the CSV document contained by the specified TextReader.
Public methodStatic memberSerialize(String, ComplexMatrix)
Serializes the specified ComplexMatrix writing a CSV document to the specified file.
Public methodStatic memberSerialize(String, ReadOnlyComplexMatrix)
Serializes the specified ReadOnlyComplexMatrix writing a CSV document to the specified file.
Public methodStatic memberCode exampleSerialize(TextWriter, ComplexMatrix)
Serializes the specified ComplexMatrix writing a CSV document to a file using the specified TextWriter.
Public methodStatic memberCode exampleSerialize(TextWriter, ReadOnlyComplexMatrix)
Serializes the specified ReadOnlyComplexMatrix writing a CSV document to a file using the specified TextWriter.
Top
See Also