TreeComparer<TNode>.GetLabel(TNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an integer label corresponding to the given node.
protected public:
abstract int GetLabel(TNode node);
protected internal abstract int GetLabel(TNode node);
abstract member GetLabel : 'Node -> int
Protected Friend MustOverride Function GetLabel (node As TNode) As Integer
Parameters
- node
- TNode
Returns
Remarks
Returned value must be within [0, LabelCount).