NonDirectedGraphTVertex, TEdge Constructor (FuncTVertex, TVertex, TEdge) |
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public NonDirectedGraph(
Func<TVertex, TVertex, TEdge> edgeProducerFunc
)
Public Sub New (
edgeProducerFunc As Func(Of TVertex, TVertex, TEdge)
)
Parameters
- edgeProducerFunc
- Type: SystemFuncTVertex, TVertex, TEdge
The edge producer func which produces edges for this directed graph. Used in some algorithms which
have to produce edges.
See Also