public static void Serialize(
string path,
ComplexMatrix matrix
)
Public Shared Sub Serialize (
path As String,
matrix As ComplexMatrix
)
public:
static void Serialize(
String^ path,
ComplexMatrix^ matrix
)
static member Serialize :
path : string *
matrix : ComplexMatrix -> 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. |