InterviewSolution
Saved Bookmarks
| 1. |
Which of these method returns a smallest whole number greater than or equal to variable X?(a) double Ciel(double X)(b) double Floor(double X)(c) double Max(double X)(d) double Min(double X)I had been asked this question in class test.The query is from Rounding Functions in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
Answer» Correct answer is (a) double CIEL(double X) |
|