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#
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.