Search
Vertex.degree Method
See Also
 






Returns the number of incident edges.

Namespace: MindFusion.Graphs
File: Vertex.js

 Syntax

JavaScript  Copy Code

function degree ()

 Return Value

Number. The number of incident edges.

 See Also