EquationNode.GetChild

EquationNode.GetChild method

Returns the node at the specified index among the children of the current node.

public EquationNode GetChild(int index)
ParameterTypeDescription
indexInt32Index of the node

Return Value

Returns the corresponding node if the specified node exists, otherwise returns null.

See Also