Click or drag to resize

IDFColumnSubColumn(Subset) Method

Gets the subcolumn specified by the given Subset.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
IDFColumn SubColumn(
	Subset subset
)

Parameters

subset  Subset
A subset.

Return Value

IDFColumn
Returns an IDFColumn with the same type as this column.
See Also