Microsoft SDK for Java

intersectRanges

This method of the IIntRangeComparator Interface is called by IntRanges.intersect to intersect any extra data associated with two ranges.

Syntax

void intersectRanges(IntRanges ranges1, int i1, IntRanges ranges2, int i2, int isectexprnum);

Parameters

ranges1 The first set of ranges to intersect.
i1 The index into the first set of ranges.
ranges2 The second set of ranges to intersect.
i2 The index into the second set of ranges.
isectexprnum The intersection expression.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.