 | FloatBandFactIsSingular Property |
Gets a boolean value which is true if the matrix
factored is singular; otherwise, false.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsSingular { get; }
Public ReadOnly Property IsSingular As Boolean
Get
public:
property bool IsSingular {
bool get ();
}
member IsSingular : bool with get
Property Value
Type:
Boolean
See Also