Click or drag to resize

ContiguousNonNegativeIntegerRange(IContiguousIntegerRange) Constructor

Constructs an integer range from another integer range.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ContiguousNonNegativeIntegerRange(
	IContiguousIntegerRange from
)

Parameters

from  IContiguousIntegerRange
The integer range to copy from.
See Also