←Select platform

HasInverse Property

Summary

Gets a value that indicates whether this LeadMatrix is invertible.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[XmlIgnoreAttribute()] 
public bool HasInverse { get; } 
<BrowsableAttribute(False)> 
<XmlIgnoreAttribute()> 
Public ReadOnly Property HasInverse As Boolean 
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute()] 
public bool HasInverse {get;} 
BOOL LeadMatrixHasInverse(const LeadMatrix *matrix) 
public boolean hasInverse() 
BrowsableAttribute() 
XmlIgnoreAttribute() 
 get_HasInverse();  
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute()] 
public: 
property bool HasInverse { 
   bool get(); 
} 

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