public static DoubleMatrix Deserialize(
TextReader reader
)Public Shared Function Deserialize (
reader As TextReader
) As DoubleMatrixpublic:
static DoubleMatrix^ Deserialize(
TextReader^ reader
)static member Deserialize :
reader : TextReader -> DoubleMatrix This method reads CSV files created by method Serialize(TextWriter, DoubleMatrix) or one of its overloaded versions.
| ArgumentNullException | reader is null. |
| InvalidOperationException | An error occurred during deserialization. The original exception is available using the InnerException property. |