IMSL C# Numerical Library

AbstractChartNode.IsAncestorOf Method 

Determines if this node is an ancestor of the argument node.

public virtual bool IsAncestorOf(
   AbstractChartNode node
);

Parameters

node
An AbstractChartNode object that will have it's relationship checked.

Return Value

A bool, true if this node is an ancestor of the argument, node.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace