IReadableColumnAsEnumerable(Int32) Method |
Returns an enumerable collection of elements.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIEnumerable<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
IEnumerableAltaxoVariantAn enumerable sequence of up to either (i) the defined number of elements of this column, or (ii) the provided
countForInfiniteSequences.
See Also