An NDoc Documented Class Library

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

PowerSeries Class | numerics4net.series Namespace