Microsoft SDK for Java

includeRange

This method of the IncludeExcludeIntRanges Class includes a range of integers in the set.

Syntax

public void includeRange(int s, int e);

Parameters

s The lower limit of the range.
e The upper limit of the range.

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