__declspec(property(get = GetConditionNumber, put = SetConditionNumber)) TConditionNumber ConditionNumber;
Defines the norm used to compute the condition number.
Read:
TConditionNumber GetConditionNumber();Write:
void SetConditionNumber(const TConditionNumber Value);Remarks:
Defines the norm used to compute the TMtx::ConditionNr. The default value is cnNone meaning that no condition number will be estimated.
See Also: TMtx::ConditionNr
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler