IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package IG.MPetekLib.Algorithms.Plotting

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...
 

Function Documentation

delegate double IG.MPetekLib.Algorithms.Plotting.Function1D ( double  t)

A delegate of the 1D function.

Parameters
tThe independent variable.