MyMatrixMultiply(MyMatrix) Method

Definition

Namespace: PCBI_PDFImport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public MyMatrix Multiply(
	MyMatrix m
)

Parameters

m  MyMatrix
 

Return Value

MyMatrix

See Also