Microsoft SDK for Java

getRangeEnd

This method of the UnsignedIntRanges Class retrieves the end of a range at a specified index.

Syntax

public int getRangeEnd(int idx);

Return Value

Returns the last integer of the range pair.

Parameters

idx The index of the range pair.

Overrides

getRangeEnd(int) in IntRanges.

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