Java.Text.ChoiceFormat.NextDouble Method
Returns the double value which is closest to the specified double but either larger or smaller as specified.

Syntax

[Android.Runtime.Register("nextDouble", "(DZ)D", "")]
public static double NextDouble (double value, bool increment)

Parameters

value
a double value.
increment
true to get the next larger value, false to get the previous smaller value.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the double value which is closest to the specified double but either larger or smaller as specified.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1