An NDoc Documented Class Library

Series.Evaluate Method 

Evaluate this series at the given value.

public double Evaluate(
   double x
);

Parameters

x
x the point of evalutation.

Return Value

the value of this series evaluated at x.

Exceptions

Exception Type Condition
ConvergenceException if the series could not be evaluated at x.

See Also

Series Class | numerics4net.series Namespace