LEADTOOLS (Leadtools assembly)

HasInverse Property

Show in webframe







Gets a value that indicates whether this LeadMatrix is invertible.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public bool HasInverse {get;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property HasInverse As Boolean
'Usage
 
Dim instance As LeadMatrix
Dim value As Boolean
 
value = instance.HasInverse
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public bool HasInverse {get;}

            

            
XmlIgnoreAttribute()
BrowsableAttribute()
 get_HasInverse(); 
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.