Show / Hide Table of Contents

Class Pair

Weighted pair.

Inheritance
System.Object
Pair
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Utils
Assembly: GraphShape.dll
Syntax
public class Pair

Properties

| Improve this Doc View Source

First

First value.

Declaration
public int First { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Second

Second value.

Declaration
public int Second { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Weight

Pair weight.

Declaration
public int Weight { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape