Click or drag to resize

Matrix.MultiplyAssign Method

Sets the product Matrix to equal the linear algebra multiplication of the multiplicand times the multiplier.

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 MultiplyAssign(
	Matrix multiplicand,
	Matrix multiplier,
	Matrix product
)

Parameters

multiplicand
Type: AGI.Foundation.Coordinates.Matrix
The first Matrix to multiply.
multiplier
Type: AGI.Foundation.Coordinates.Matrix
The second Matrix to multiply.
product
Type: AGI.Foundation.Coordinates.Matrix
The Matrix to use to store the result of the operation.
See Also