append Method

Summary

Appends the specified LeadMatrix to this LeadMatrix.

Syntax
TypeScript
JavaScript
LeadMatrix.prototype.append = function( 
   matrix 
) 
append( 
   matrix: LeadMatrix 
): void; 

Parameters

matrix

The matrix to append to this LeadMatrix.

Remarks

This operation is the same as multiplying this LeadMatrix by the matrix passed as the parameter. Matrix multiplication is not commutative, so this operation is not the same as multiplying the matrix passed as the parameter by this LeadMatrix; that is, (this * matrix) is not the same as (matrix * this).

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.