Math.Ceil(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the smallest (closest to negative infinity)
double
value that is greater than or equal to the
argument and is equal to a mathematical integer.
[Android.Runtime.Register("ceil", "(D)D", "")]
public static double Ceil (double a);
[<Android.Runtime.Register("ceil", "(D)D", "")>]
static member Ceil : double -> double
Parameters
- a
- Double
a value.
Returns
the smallest (closest to negative infinity) floating-point value that is greater than or equal to the argument and is equal to a mathematical integer.
- Attributes
Remarks
Java documentation for java.lang.Math.ceil(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.