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