MatrixMultiply Method (Matrix, Matrix)
|
Product of two matrices.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static Matrix Multiply(
Matrix a,
Matrix b
)
Public Shared Function Multiply (
a As Matrix,
b As Matrix
) As Matrix
public:
static Matrix Multiply(
Matrix a,
Matrix b
)
static member Multiply :
a : Matrix *
b : Matrix -> Matrix
STATIC METHOD Multiply(
a AS Matrix,
b AS Matrix
) AS Matrix
Parameters
- a
- Type: DXFReaderNETMatrix
Matrix. - b
- Type: DXFReaderNETMatrix
Matrix.
Return Value
Type:
MatrixMatrix.
See Also