Gets the status of the singular value decomposition.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool Fail { get; }
Visual Basic (Declaration)
Public ReadOnly Property Fail As Boolean
Visual C++
public:
property bool Fail {
	bool get ();
}

See Also