Create a integrator for the given function.
Create a integrator for the given function.
public TrapezoidalIntegrator(Function);
Create a integrator for the given function.
public TrapezoidalIntegrator(Function,uint,double);
TrapezoidalIntegrator Class | numerics4net.integration Namespace