Click or drag to resize

Matrix.ElementDivide Method (Matrix, Matrix6By6)

Creates a new Matrix which is the element-by-element division of the two given matrices.

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 Matrix ElementDivide(
	Matrix dividend,
	Matrix6By6 divisor
)

Parameters

dividend
Type: AGI.Foundation.Coordinates.Matrix
The Matrix whose elements will form the numerators.
divisor
Type: AGI.Foundation.Coordinates.Matrix6By6
The Matrix6By6 whose elements will form the denominators.

Return Value

Type: Matrix
A Matrix which equals the element division of the two given matrices.
See Also