ComplexMatrixAddAssign Method |
Sets the
sumComplexMatrix to equal the element-wise addition
of the
leftAddend and the
rightAddend.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 22.1.413.0 (22.1.413.0)
Syntax
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown if any of the arguments are . |
InvalidOperationException | Thrown if the dimensions of the sum parameter do not match the dimensions of the
leftAddend or rightAddend parameters. |
See Also