Click or drag to resize
IWeightedGraphTDegree Method
Returns the number of adjacent vertices of the given vertex.

Namespace: Slash.Collections.Graphs
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
int Degree(
	T node
)

Parameters

node
Type: T
Vertex to get the degree of.

Return Value

Type: Int32
Degree of the vertex.
See Also