Table of Contents

Struct AdjacencyStats

Namespace
Core.Systems
Assembly
Core.dll

Queryable adjacency statistics struct.

public struct AdjacencyStats

Fields

MaxNeighbors

public int MaxNeighbors

Field Value

int

MinNeighbors

public int MinNeighbors

Field Value

int

ProvinceCount

public int ProvinceCount

Field Value

int

TotalAdjacencyPairs

public int TotalAdjacencyPairs

Field Value

int

TotalNeighborEntries

public int TotalNeighborEntries

Field Value

int

Properties

AverageNeighbors

Average neighbors per province.

public float AverageNeighbors { get; }

Property Value

float

Methods

GetSummary()

Get formatted summary string.

public string GetSummary()

Returns

string