hasInverse Property

Summary

Gets a value that indicates whether this LeadMatrix is invertible.

Syntax

JavaScript Syntax
Object.defineProperty(LeadMatrix.prototype, 'hasInverse', 
	get: function() 
) 
TypeScript Syntax
hasInverse: boolean; // read-only 

Property Value

true if the matrix has an inverse; otherwise, it is false. The default is true.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly