YAMP.Numerics.Newton.Newton C# (CSharp) Method

Newton() public method

Creates a new Newton instance with the default number of iterations (32).
public Newton ( ) : System
return System
        public Newton()
            : this(255)
        {
        }

Same methods

Newton::Newton ( int maxIterations ) : System
Newton::Newton ( int maxIterations, int colors ) : System