Microsoft SDK for Java

getRangeStart

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

Syntax

public int getRangeStart(int idx);

Return Value

Returns the first integer of the range pair.

Parameters

idx The index of the range pair.

Overrides

getRangeStart(int) in IntRanges.

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