Click or drag to resize

SortingRowComparismMethod Delegate

Compares two row indices.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate int RowComparismMethod(
	int i,
	int j
)

Parameters

i  Int32
The first row index.
j  Int32
The second row index.

Return Value

Int32
A signed comparison result.
See Also