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