V
Valli
Hi,
Dim d as double
d= 0.5
Round(d) returns 0
d= 1.5
Round(d) returns 2
I need Round(0.5) = 1. Is it possible in .net?
--
Thanks & regards,
V.Vallikkannu
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding,
printing or copying of this email is strictly prohibited and may be
unlawful.
Dim d as double
d= 0.5
Round(d) returns 0
d= 1.5
Round(d) returns 2
I need Round(0.5) = 1. Is it possible in .net?
--
Thanks & regards,
V.Vallikkannu
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding,
printing or copying of this email is strictly prohibited and may be
unlawful.