MergeTablesGetFractionalIndex(DataColumn, DataColumn) Method |
Gets the fractional index for merging of two tables.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static DoubleColumn GetFractionalIndex(
DataColumn masterColumn,
DataColumn slaveColumn
)
Parameters
- masterColumn DataColumn
- X-column of the master table.
- slaveColumn DataColumn
- X-column of the slave table.
Return Value
DoubleColumnArray of fractional indices. Each item points into the slaveTable to the value that should be included in the master column at the item's index.
See Also