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