ContiguousNonNegativeIntegerRangeNewFromStartToInfinity Method |
Constructs an infinitely extended integer range.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ContiguousNonNegativeIntegerRange NewFromStartToInfinity(
int start
)
Parameters
- start Int32
- First element belonging to the range.
Return Value
ContiguousNonNegativeIntegerRangeNewly constructed integer range.
See Also