| An NDoc Documented Class Library | 
            
             | 
          
        
       
      
        
IterativeMethod Constructor (UInt32, Double)
      
     
    
       Construct an iterative method using the given maximum relative error and maximum number of iterations. 
      protected IterativeMethod(
   uint iterations,   
double error);
 
      Parameters
      
        - 
          iterations
        
 
        - the maximum number of iterations.
 
        - 
          error
        
 
        - the maximum relative error
 
      
      See Also
      
        IterativeMethod Class | numerics4net Namespace | IterativeMethod Constructor Overload List