| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsSingular As Boolean | |
| C# | |
|---|---|
public bool IsSingular {get;} | |
Property Value
true if the factored matrix has been found to be singular; otherwise false.Use IsSingular property to check for matrix singularity, just before attempting to use the Inverse or Solve methods.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7