A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary
DistanceMeasures Class
DistanceMeasures Methods
Center Method
EffectiveDiameter Method
Periphery Method
Radius Method
DistanceMeasures
Periphery Method
Returns the periphery of the graph G.The periphery is the set of nodes with eccentricity equal to the diameter.
Namespace:
GraphLibrary
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
List
<
int
>
Periphery
(
BaseGraph
graph
)
Parameters
graph
Type:
GraphLibrary.Graphs
BaseGraph
Return Value
Type:
List
Int32
List of nodes in periphery
See Also
Reference
DistanceMeasures Class
GraphLibrary Namespace