Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to display double value as fraction in C#, how can I do this ?

Thanks

share|improve this question
It is your interest... You can write a method for it. Try out we help you. – GAPS Sep 27 '11 at 6:16
Step 1: convert to fraction. Step 2: simplify. mathsisfun.com/converting-decimals-fractions.html – tylerl Sep 27 '11 at 6:17
Step 0: make an example to make sure you know clearly what you want! – Doc Brown Sep 27 '11 at 6:20

1 Answer

up vote 5 down vote accepted

Try this Fraction class for C#.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.