IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Classes | |
class | FunctionSampler |
class | PlotHQ |
A pack of 2 class object that are used for plotting: ZedGraphWindow and PlotterZedGraph. The user adds plot objects (e.g. PlotZedGraphCurve) by constructing their classes and specifiying the plotter as an argument. More... | |
Functions | |
delegate double | Function1D (double t) |
A delegate of the 1D function. More... | |
delegate double IG.MPetekLib.Algorithms.Plotting.Function1D | ( | double | t | ) |
A delegate of the 1D function.
t | The independent variable. |