public static ComplexMatrix Divide(
	Complex left,
	ReadOnlyDoubleMatrix right
)Public Shared Function Divide ( 
	left As Complex,
	right As ReadOnlyDoubleMatrix
) As ComplexMatrixpublic:
static ComplexMatrix^ Divide(
	Complex left, 
	ReadOnlyDoubleMatrix^ right
)static member Divide : 
        left : Complex * 
        right : ReadOnlyDoubleMatrix -> ComplexMatrix 
            Let  and  
            
 be the right
            number of rows and columns, respectively, and let its generic entry given by
            
            The method returns a matrix having
            the same dimensions of right, whose generic
            entry is:
            
| ArgumentNullException | right is null. |