Click or drag to resize

DistanceMeasuresRadius 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#
public int Radius(
	BaseGraph graph
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph

Return Value

Type: Int32
Integer radius of graph.
See Also