C# Класс YAMP.Numerics.Newton

This is the so called Newton fractal.
Наследование: Fractal
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Newton ( ) : System

Creates a new Newton instance with the default number of iterations (32).

Newton ( int maxIterations ) : System

Creates a new Newton instance with the default number of colors (25).

Newton ( int maxIterations, int colors ) : System

Creates a new instance.

Run ( double x, double y ) : double

Calculates a single Newton fractal value.

Описание методов

Newton() публичный Метод

Creates a new Newton instance with the default number of iterations (32).
public Newton ( ) : System
Результат System

Newton() публичный Метод

Creates a new Newton instance with the default number of colors (25).
public Newton ( int maxIterations ) : System
maxIterations int The number of iterations.
Результат System

Newton() публичный Метод

Creates a new instance.
public Newton ( int maxIterations, int colors ) : System
maxIterations int The maximum iterations.
colors int The number of colors.
Результат System

Run() публичный Метод

Calculates a single Newton fractal value.
public Run ( double x, double y ) : double
x double The x value.
y double The y value.
Результат double