Click or drag to resize

MyIntersectNodeSortCompare Method

[Missing <summary> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Compare(
	IntersectNode node1,
	IntersectNode node2
)

Parameters

node1  IntersectNode

[Missing <param name="node1"/> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

node2  IntersectNode

[Missing <param name="node2"/> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

Return Value

Int32

[Missing <returns> documentation for "M:ClipperLib.MyIntersectNodeSort.Compare(ClipperLib.IntersectNode,ClipperLib.IntersectNode)"]

Implements

IComparerTCompare(T, T)
See Also