Click or drag to resize

MergeTablesGetFractionalIndex(DateTimeColumn, DateTimeColumn) Method

Gets the fractional index for merging of two tables.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

DoubleColumn
Array 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