TSparseMtx::MtxError Property

__declspec(property(get = GetMtxError, put = SetMtxError)) DewString MtxError;

Holds the error string, if an error has occurred.

Read: DewString GetMtxError();
Write: void SetMtxError(const DewString &Value);
Remarks:

Holds the error string, if an error has occurred. If there was no error, the string is empty.

See Also: TSparseMtx::BackError
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler