RandomGraphFactoryGetEdgeTVertex, TEdge Method (IEnumerableTEdge, Int32, Random) |
Namespace:
QuickGraph.Algorithms
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static TEdge GetEdge<TVertex, TEdge>(
IEnumerable<TEdge> edges,
int count,
Random rnd
)
where TEdge : Object, IEdge<TVertex>
Parameters
- edges
- Type: System.Collections.GenericIEnumerableTEdge
- count
- Type: SystemInt32
- rnd
- Type: SystemRandom
Type Parameters
- TVertex
- TEdge
Return Value
Type:
TEdge
See Also