Returns the depth of the node in the search tree.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
protected internal virtual int GetDepth(
	int node
)

Parameters

node
Type: System..::..Int32
The node number of the node whose depth is being queried.

Return Value

The depth of the node with number node.

See Also