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