SortingRowComparismMethod Delegate |
Compares two row indices.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate int RowComparismMethod(
int i,
int j
)
Parameters
- i Int32
- The first row index.
- j Int32
- The second row index.
Return Value
Int32A signed comparison result.
See Also