public static void Serialize(
string path,
ReadOnlyDoubleMatrix matrix
)Public Shared Sub Serialize (
path As String,
matrix As ReadOnlyDoubleMatrix
)public:
static void Serialize(
String^ path,
ReadOnlyDoubleMatrix^ matrix
)static member Serialize :
path : string *
matrix : ReadOnlyDoubleMatrix -> unit This method writes a CSV document containing the information required to represent the state of matrix.
| ArgumentNullException | path is null. -or- matrix is null. |
| InvalidOperationException | An error occurred during serialization. The original exception is available using the InnerException property. |