|  | DoubleComplexMatrix   Conversion (DoubleMatrix to DoubleComplexMatrix) | 
            Implicitly converts a DoubleMatrix instance into a DoubleComplexMatrix instance.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static implicit operator DoubleComplexMatrix (
	DoubleMatrix A
)
Public Shared Widening Operator CType ( 
	A As DoubleMatrix
) As DoubleComplexMatrix
static implicit operator DoubleComplexMatrix^ (
	DoubleMatrix^ A
)
F# does not support the declaration of new casting operators.
Parameters
- A  DoubleMatrix
- A DoubleMatrix instance.
Return Value
DoubleComplexMatrix See Also
See Also