| Constructor and Description |
|---|
IntRange(int limit)
Constructs a new IntRange using the specified number as both the minimum and maximum in this range.
|
IntRange(int min,
int max)
Constructs a new IntRange using the specified minimum and maximum numbers.
|
IntRange(int min,
int max,
int steps)
Constructs a new IntRange using the specified minimum and maximum numbers, and allow changing the step amount.
|
public IntRange(int limit)
limit - a numberpublic IntRange(int min,
int max)
min - a minimum number (starting value)max - a maximum numberpublic IntRange(int min,
int max,
int steps)
min - a minimum number (starting value)max - a maximum numbersteps - the amount to increase between each iterationCopyright © 2011-2016 United ID. All Rights Reserved.