Which Of These Method Returns A Smallest Whole Number Greater #719
Which of these method returns a smallest whole number greater than or equal to variable X?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Rounding Functions in C# - Quiz No.1.
Which of these method returns a smallest whole number greater than or equal to variable X?
double Ciel(double X)
double Floor(double X)
double Max(double X)
double Min(double X)