Click or drag to resize

Matrix.AddAssign Method

Sets the sum Matrix 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: 25.1.421.0 (25.1.421.0)
Syntax
public static void AddAssign(
	Matrix leftAddend,
	Matrix rightAddend,
	Matrix sum
)

Parameters

leftAddend
Type: AGI.Foundation.Coordinates.Matrix
The first Matrix to sum.
rightAddend
Type: AGI.Foundation.Coordinates.Matrix
The second Matrix to sum.
sum
Type: AGI.Foundation.Coordinates.Matrix
The Matrix to use to store the result of the operation.
See Also