Exemplo n.º 1
0
 public abstract void Initialise(Random random, ref Particle particle);
Exemplo n.º 2
0
 /// <summary>
 /// Initialise the given particle with the maximum value this initializer can provide
 /// </summary>
 public abstract void Maximise(ref Particle particle);