Flexivert Library Documentation
InDegree Property
NamespacesFlexivertVertexInDegree
Gets the indegree of the vertex, which is the number of edges ending at the vertex.
Declaration Syntax
C#Visual BasicVisual C++
public uint InDegree { get; }
Public ReadOnly Property InDegree As UInteger
public:
property unsigned int InDegree {
	unsigned int get ();
}

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)