Returns a new list of pairs that comes as a result of combining two other
lists. Performs mergers but does not coalesce two adjacent regions into one.
Use Compact() for that.
NOTE! The two ranges must be in the right (sorted) order.
Namespace: Spherical.HtmAssembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0
Syntax
Parameters
- ranges
- Type: System.Collections.Generic..::..List<(Of <(<'Int64Pair>)>)>
First list of pairs
- newranges
- Type: System.Collections.Generic..::..List<(Of <(<'Int64Pair>)>)>
Second list of pairs
Return Value
Combined list of pairs
See Also