EdgeWeightedDigraphIndegree Method |
Returns the number of directed edges incident to vertex v.
This is known as the Indegree of vertex v.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Indegree(
int v
)
Parameters
- v
- Type: SystemInt32
the vertex
Return Value
Type:
Int32the indegree of vertex
v
Exceptions
See Also