prepend Method

Summary

Prepends the specified LeadMatrix onto this LeadMatrix.

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

Parameters

matrix

The matrix to prepend to this LeadMatrix.

Remarks

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

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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