Returns a new CMatrix object from the
current Matrix object.
Syntax
MatrixObject.ToCMatrix
Return Value
A CMatrix object reference that contains
the same elements as the current matrix, but in Complex format.
Remarks
You can use this method when you need to perform an operation with matrices of
different kind (e.g. to multiply a complex matrix by a real matrix). This
operation is made possible by converting the real matrix to a complex matrix.
See Also
Clone Method
Applies To: Matrix