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