Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

HasInverse Property








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

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file