Click or drag to resize

IDFColumnSubColumn(Slice) Method

Gets the subcolumn specified by the given Slice.

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

Parameters

slice  Slice
A slice.

Return Value

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