Gets all the out-going edges of a given node
Namespace:
Hilva.AI.GraphsAssembly: Hilva (in Hilva.dll)
Syntax
| C# |
|---|
IEnumerable<Edge> GetEdges( int nodeIndex ) |
Parameters
- nodeIndex
- Type: System..::.Int32
| C# |
|---|
IEnumerable<Edge> GetEdges( int nodeIndex ) |