ContiguousNonNegativeIntegerRangeNewFromStartAndLast Method |
Constructs an integer range from the first and the last element of the range.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ContiguousNonNegativeIntegerRange NewFromStartAndLast(
int start,
int last
)
Parameters
- start Int32
- First element belonging to the range.
- last Int32
- Last element belonging to the range.
Return Value
ContiguousNonNegativeIntegerRangeNewly constructed integer range.
See Also