public double ConditionNumber { get; }
Public ReadOnly Property ConditionNumber As Double
Get
public:
property double ConditionNumber {
double get ();
}
member ConditionNumber : float with get
The condition number is the ratio of the largest singular value to smallest singular value. It is therefore always larger than one.