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

Syntax

C#
public Edge(
	int from,
	int to,
	float cost
)

Parameters

from
Type: System..::.Int32
to
Type: System..::.Int32
cost
Type: System..::.Single

See Also