| AddToOffers(IHDHGridPoint, IQuantity, FuncDouble) |
Add to "offers", i.e. quantities that can be outputted to result file and
requested through the result proxy system
Adding to offers of HD grid points using this method is intended for experimentation, where it is easy to readily get an offer on a grid point. For more memory optimized code the use of DataModule is suggested. |
| AddToOffers(IHDNode, IQuantity, FuncDouble) | Add to "offers", i.e. quantities that can be outputted to result file and requested through the result proxy system |
| AddToOffers(IHDQGridPoint, IQuantity, FuncDouble) |
Add to "offers", i.e. quantities that can be outputted to result file and
requested through the result proxy system
Adding to offers of HD grid points using this method is intended for experimentation, where it is easy to readily get an offer on a grid point. For more memory optimized code the use of DataModule is suggested. |