LEADTOOLS JavaScript (Leadtools)

Append Method

Show in webframe
The matrix to append to this LeadMatrix.
Appends the specified LeadMatrix to this LeadMatrix.
Syntax
 function Leadtools.LeadMatrix.append( 
   matrix 
)

Parameters

ParameterTypeDescription
matrixLeadMatrixThe 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).

See Also

Reference

LeadMatrix Object
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.