Gets all the out-going edges of a given node

Namespace:  Hilva.AI.Graphs
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
IEnumerable<Edge> GetEdges(
	int nodeIndex
)

Parameters

nodeIndex
Type: System..::.Int32

See Also