YAMP.Numerics.Newton.Newton C# (CSharp) 메소드

Newton() 공개 메소드

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

Same methods

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