|
|
DistanceMeasures Class |
Namespace: GraphLibrary
public class DistanceMeasures
The DistanceMeasures type exposes the following members.
| Name | Description | |
|---|---|---|
| DistanceMeasures | Initializes a new instance of the DistanceMeasures class |
| Name | Description | |
|---|---|---|
| Center |
Returns the center of the graph G. The center is the set of nodes with eccentricity equal to radius.
| |
| EffectiveDiameter |
Returns the effective diameter of the graph G.
The diameter is the maximum eccentricity.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Periphery |
Returns the periphery of the graph G.The periphery is the set of nodes with eccentricity equal to the diameter.
| |
| Radius |
Returns the radius of the graph G. The radius is the minimum eccentricity.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |