Click or drag to resize

MatrixElementMultiply Method (Matrix6By6, Matrix)

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

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 Matrix ElementMultiply(
	Matrix6By6 multiplicand,
	Matrix multiplier
)

Parameters

multiplicand
Type: AGI.Foundation.CoordinatesMatrix6By6
The first Matrix6By6 to multiply.
multiplier
Type: AGI.Foundation.CoordinatesMatrix
The second Matrix to multiply.

Return Value

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