ContiguousIntegerRange Constructor |
Constructs an integer range from another integer range.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public ContiguousIntegerRange(
IContiguousIntegerRange from
)
Parameters
- from IContiguousIntegerRange
- The integer range to copy from.
See Also