Math.Floor(Double) Method

Definition

Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.

[Android.Runtime.Register("floor", "(D)D", "")]
public static double Floor (double a);
[<Android.Runtime.Register("floor", "(D)D", "")>]
static member Floor : double -> double

Parameters

a
Double

a value.

Returns

the largest (closest to positive infinity) floating-point value that less than or equal to the argument and is equal to a mathematical integer.

Attributes

Remarks

Java documentation for java.lang.Math.floor(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to