C# Class Model, RandomCode

Afficher le fichier Open project: Atrix256/RandomCode Class Usage Examples

Protected Properties

Свойство Type Description
FMX int
changes bool[][]
observed int[][]
periodic bool
random Random
stationary double[]
wave bool[][][]

Méthodes publiques

Méthode Description
Graphics ( ) : Bitmap
Run ( int seed, int limit ) : bool

Méthodes protégées

Méthode Description
Clear ( ) : void
Model ( int width, int height ) : System
OnBoundary ( int x, int y ) : bool
Propagate ( ) : bool

Private Methods

Méthode Description
Observe ( ) : bool?

Method Details

Clear() protected méthode

protected Clear ( ) : void
Résultat void

Graphics() public abstract méthode

public abstract Graphics ( ) : Bitmap
Résultat System.Drawing.Bitmap

Model() protected méthode

protected Model ( int width, int height ) : System
width int
height int
Résultat System

OnBoundary() protected abstract méthode

protected abstract OnBoundary ( int x, int y ) : bool
x int
y int
Résultat bool

Propagate() protected abstract méthode

protected abstract Propagate ( ) : bool
Résultat bool

Run() public méthode

public Run ( int seed, int limit ) : bool
seed int
limit int
Résultat bool

Property Details

FMX protected_oe property

protected int FMX
Résultat int

changes protected_oe property

protected bool[][] changes
Résultat bool[][]

observed protected_oe property

protected int[][] observed
Résultat int[][]

periodic protected_oe property

protected bool periodic
Résultat bool

random protected_oe property

protected Random random
Résultat Random

stationary protected_oe property

protected double[] stationary
Résultat double[]

wave protected_oe property

protected bool[][][] wave
Résultat bool[][][]