Flexivert Library Documentation
Item Property (f, s)
NamespacesFlexivertDirectedGraphItem[([(Vertex, Vertex])])
Gets a specific edge by its two ends.
Declaration Syntax
C#Visual BasicVisual C++
public override Edge this[
	Vertex f,
	Vertex s
] { get; }
Public Overrides ReadOnly Default Property Item ( _
	f As Vertex, _
	s As Vertex _
) As Edge
public:
virtual property Edge^ default[Vertex^ f, Vertex^ s] {
	Edge^ get (Vertex^ f, Vertex^ s) override;
}
Parameters
f (Vertex)
The origin of the edge
s (Vertex)
The destination of the edge
Return Value
The edge from f to s

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)