Hi is there any function in c#(other than ceiling and floor functions) which returns output as follows.
if i provide an input of 1.4 it should return 1
if i provide an input of 1.6 it should return 2
Please reply back ASAP.
Thanks
Sasi
if i provide an input of 1.4 it should return 1
if i provide an input of 1.6 it should return 2
Please reply back ASAP.
Thanks
Sasi
Comment