Microsoft SDK for Java

excludeRange

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

Syntax

public void excludeRange(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.