ChoiceFormat.nextDouble

ChoiceFormat.nextDouble

Class Overview | Class Members | This Package | All Packages

Syntax
public static final double nextDouble( double d )
Description
Finds the least double greater than d. If NaN, returns same value.

Used to make half-open intervals.

See Also
previousDouble