Landis.Extension.BaseFire.Event.Event C# (CSharp) Méthode

Event() static private méthode

static private Event ( ) : Landis.Core
Résultat Landis.Core
        static Event()
        {
            neighborhood = new RelativeLocation[] 
            {
                new RelativeLocation(-1,  0),  // north
                new RelativeLocation(-1,  1),  // northeast
                new RelativeLocation( 0,  1),  // east
                new RelativeLocation( 1,  1),  // southeast
                new RelativeLocation( 1,  0),  // south
                new RelativeLocation( 1, -1),  // southwest
                new RelativeLocation( 0, -1),  // west
                new RelativeLocation(-1, -1),  // northwest
            };
        }

Same methods

Event::Event ( ActiveSite initiationSite ) : Landis.Core