Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
jeya pandi
2.1k
62
15.7k
Rounding off Decimal Digits
Jan 6 2017 1:28 AM
Hi,
I need to convert my value 2.8634 to 2.8. I tried the following ,
var no = Math.Round(2.8634,2,MidpointRounding.AwayFromZero)
I'm getting 2.87.
Suggest me some ideas how to convert.
Thanks
Reply
Answers (
3
)
How can I get total size of File in MB or KB etc... ?
How to implement autocomplete control in xamarin forms ios