Show / Hide Table of Contents

Class GraphExtensions

Inheritance
System.Object
GraphExtensions
Namespace: Edgar.Graphs
Assembly: Edgar.dll
Syntax
public static class GraphExtensions : Object

Methods

AddVerticesRange(IGraph<Int32>, Int32, Int32)

Adds a range of vertices to a graph of ints.

Declaration
public static void AddVerticesRange(this IGraph<int> graph, int start, int count)
Parameters
Type Name Description
IGraph<System.Int32> graph
System.Int32 start
System.Int32 count
Back to top Generated by DocFX