Click or drag to resize

AlgorithmExtensionsComputePredecessorCostTVertex, TEdge Method

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static double ComputePredecessorCost<TVertex, TEdge>(
	IDictionary<TVertex, TEdge> predecessors,
	IDictionary<TEdge, double> edgeCosts,
	TVertex target
)
where TEdge : Object, IEdge<TVertex>

Parameters

predecessors
Type: System.Collections.GenericIDictionaryTVertex, TEdge
edgeCosts
Type: System.Collections.GenericIDictionaryTEdge, Double
target
Type: TVertex

Type Parameters

TVertex
TEdge

Return Value

Type: Double
See Also