Java.Lang.StrictMath.NextAfter Method
Returns the next float after start in the given direction.

Syntax

[Android.Runtime.Register("nextAfter", "(FD)F", "")]
public static float NextAfter (float p0, double p1)

Parameters

start
Documentation for this section has not yet been entered.
direction
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the next float after start in the given direction.

[Android Documentation]

Requirements

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