Click or drag to resize

MergeTablesGetFractionalIndex(DataColumn, DataColumn) 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(
	DataColumn masterColumn,
	DataColumn slaveColumn
)

Parameters

masterColumn  DataColumn
X-column of the master table.
slaveColumn  DataColumn
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