MergeTablesGetFractionalIndex(DateTimeColumn, DateTimeColumn) 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(
DateTimeColumn masterColumn,
DateTimeColumn slaveColumn
)
Parameters
- masterColumn DateTimeColumn
- X-column of the master table.
- slaveColumn DateTimeColumn
- 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