__declspec(property(get = GetSolverMethod, put = SetSolverMethod)) TIterativeSolverMethod SolverMethod;
Read:
TIterativeSolverMethod GetSolverMethod();Write:
void SetSolverMethod(const TIterativeSolverMethod Value);Declared in Dew::Math::TIterativeSettings · Dew.Math/sparse.h · Cross-compiler