Gets the result value.
The equivalent of private member _result as a member of Result
auto opt = Opt(Algorithm.lnPraxis, 2); auto result = opt.getResult();
See Implementation
Gets the result value.