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 SourceFirst
First value.
Declaration
public int First { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Second
Second value.
Declaration
public int Second { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Weight
Pair weight.
Declaration
public int Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |