Show / Hide Table of Contents

Class DirectedGraphExtensions

Inheritance
System.Object
DirectedGraphExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class DirectedGraphExtensions

Methods

AddOrUpdateEdge(DirectedGraph, UInt32, UInt32, Single, Single)

Declaration
public static void AddOrUpdateEdge(this DirectedGraph graph, uint vertex1, uint vertex2, float forward, float backward)
Parameters
DirectedGraph graph

System.UInt32 vertex1

System.UInt32 vertex2

System.Single forward

System.Single backward

FromData(UInt32)

Declaration
public static float FromData(uint data)
Parameters
System.UInt32 data

Returns
System.Single

ToData(Single)

Declaration
public static uint ToData(float weight)
Parameters
System.Single weight

Returns
System.UInt32

Back to top Built by Itinero, MIT licensed.