Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadMatrix Structure : HasInverse Property |
[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(); }