Click or drag to resize

BaseGraphNodeDegreeOut Method

Number of out neighbors of a node

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract int NodeDegreeOut(
	int node
)

Parameters

node
Type: SystemInt32
Node

Return Value

Type: Int32
Number of out neighbors
See Also