Click or drag to resize

DistanceMeasures Class

Distance measures
Inheritance Hierarchy
SystemObject
  GraphLibraryDistanceMeasures

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public class DistanceMeasures

The DistanceMeasures type exposes the following members.

Constructors
  NameDescription
Public methodDistanceMeasures
Initializes a new instance of the DistanceMeasures class
Top
Methods
  NameDescription
Public methodCenter
Returns the center of the graph G. The center is the set of nodes with eccentricity equal to radius.
Public methodEffectiveDiameter
Returns the effective diameter of the graph G. The diameter is the maximum eccentricity.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeriphery
Returns the periphery of the graph G.The periphery is the set of nodes with eccentricity equal to the diameter.
Public methodRadius
Returns the radius of the graph G. The radius is the minimum eccentricity.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also