 | IWeightedGraphTDegree Method |
Returns the number of adjacent vertices of the given vertex.
Namespace: Slash.Collections.GraphsAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxFunction Degree (
node As T
) As Integer
abstract Degree :
node : 'T -> int
Parameters
- node
- Type: T
Vertex to get the degree of.
Return Value
Type:
Int32Degree of the vertex.
See Also