Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need help converting number to 3 decimal places #1

Closed
atp1944312 opened this issue Dec 19, 2022 · 1 comment
Closed

Need help converting number to 3 decimal places #1

atp1944312 opened this issue Dec 19, 2022 · 1 comment

Comments

@atp1944312
Copy link

i dont know how to convert to 3dp please help

@andrew-raphael-lukasik
Copy link
Owner

andrew-raphael-lukasik commented Dec 19, 2022

I can only guess you mean how to convert a BFN to a string representation with 3dp:

public string ToString3dp () => $"{coefficient:0.000}e{exponent:G17)}";

@andrew-raphael-lukasik andrew-raphael-lukasik closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants