Click or drag to resize

MatrixElementDivideAssign Method

Sets the quotient Matrix to equal the element-wise division of the dividend divided by the divisor.

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 ElementDivideAssign(
	Matrix dividend,
	Matrix divisor,
	Matrix quotient
)

Parameters

dividend
Type: AGI.Foundation.CoordinatesMatrix
The Matrix whose elements will form the numerators.
divisor
Type: AGI.Foundation.CoordinatesMatrix
The Matrix whose elements will form the denominators.
quotient
Type: AGI.Foundation.CoordinatesMatrix
The Matrix to use to store the result of the operation.
See Also