SortingRowSwapMethod Delegate |
Swaps two row indices.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate void RowSwapMethod(
int i,
int j
)
Parameters
- i Int32
- The first row index.
- j Int32
- The second row index.
See Also