ImageGear v26.0 - Updated
Addition Operator




ImageGear.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : Addition Operator
IGDoubleMatrix matrix 1.
IGDoubleMatrix matrix 2.
Adds one IGDoubleMatrix matrix to another (matrixA + matrixB).
Syntax
'Declaration
 
Public Operator +( _
   ByVal matrix1 As IGDoubleMatrix, _
   ByVal matrix2 As IGDoubleMatrix _
) As IGDoubleMatrix
'Usage
 
public IGDoubleMatrix operator +( 
   IGDoubleMatrix matrix1,
   IGDoubleMatrix matrix2
)
public: IGDoubleMatrix* op_Addition( 
   IGDoubleMatrix* matrix1,
   IGDoubleMatrix* matrix2
)
public:
IGDoubleMatrix^ operator +( 
   IGDoubleMatrix^ matrix1,
   IGDoubleMatrix^ matrix2
)

Parameters

matrix1
IGDoubleMatrix matrix 1.
matrix2
IGDoubleMatrix matrix 2.

Return Value

IGDoubleMatrix result matrix.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members

Is this page helpful?
Yes No
Thanks for your feedback.