MyMatrixMultiply Operator

Definition

Namespace: PCBI_PDFImport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public static MyMatrix operator *(
	MyMatrix a,
	MyMatrix b
)

Parameters

a  MyMatrix
 
b  MyMatrix
 

Return Value

MyMatrix

See Also