Click or drag to resize

DFColumnSetClone(DFColumn, DFColumn, Subset) Method

Set the memebers of the clone.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static void SetClone(
	DFColumn source,
	DFColumn target,
	Subset subset
)

Parameters

source  DFColumn
The source column.
target  DFColumn
The target column.
subset  Subset
The subset to add.
See Also