Click or drag to resize

MatrixSubtractAssign Method

Sets the difference Matrix to equal the element-wise subtraction of the minuend by the subtrahend.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void SubtractAssign(
	Matrix minuend,
	Matrix subtrahend,
	Matrix difference
)

Parameters

minuend
Type: AGI.Foundation.CoordinatesMatrix
The Matrix being subtracted from.
subtrahend
Type: AGI.Foundation.CoordinatesMatrix
The Matrix to subtract.
difference
Type: AGI.Foundation.CoordinatesMatrix
The Matrix to use to store the result of the operation.
See Also