Click or drag to resize

IReadableColumnAsEnumerable(Int32) Method

Returns an enumerable collection of elements.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IEnumerable<AltaxoVariant> AsEnumerable(
	int countForInfiniteSequences
)

Parameters

countForInfiniteSequences  Int32
If this column has no count defined (i.e. it is an infinte sequence), then the provided count is used instead.

Return Value

IEnumerableAltaxoVariant
An enumerable sequence of up to either (i) the defined number of elements of this column, or (ii) the provided countForInfiniteSequences.
See Also