double leftBound |
Left bound of the sample point interval. |
double rightBound |
Right bound of the sample point interval. |
IList<double> sampleValues |
Sample Values x(t) where t are equidistant over [a,b], i.e. x[i] = x(a+(b-a)*i/(n-1)) |