Microsoft SDK for Java

getRangeStart

This method of the IntRanges Class retrieves the start of a range at a specified index.

Syntax

public int getRangeStart(int idx);

Exceptions

Throws ArrayIndexOutOfBoundsException if the index is less than zero or equal to or greater than the array size.

Return Value

Returns the first integer of the range pair.

Parameters

idx The index of the range pair.

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