An NDoc Documented Class Library

ContinuedFraction.Evaluate Method 

Evaluate this continued fraction at the given value.

public double Evaluate(
   double x
);

Parameters

x
the point of evalutation.

Return Value

the value of this continued fraction evaluated at x

Exceptions

Exception Type Condition
ConvergenceException if the continued fraction could not be evaluated as x

See Also

ContinuedFraction Class | numerics4net.continuedfraction Namespace