Click or drag to resize

WindowCommandsGraphTableMultiComparer Constructor

Initializes a new instance of the WindowCommandsGraphTableMultiComparer class.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GraphTableMultiComparer(
	IComparer c1,
	IComparer c2
)

Parameters

c1  IComparer
The primary comparer.
c2  IComparer
The secondary comparer.
See Also