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

round AwayFromZero and ToEven #97

Open
sameedaris opened this issue Jun 9, 2022 · 0 comments
Open

round AwayFromZero and ToEven #97

sameedaris opened this issue Jun 9, 2022 · 0 comments

Comments

@sameedaris
Copy link

I am using System.Math Round method with flee. As we know there are two method to round a number Away from zero and ToEven.
My Expression is "round(0.5)" it always returns 0.
I want it to return 1 when it is .5 normally in c# We use Math.Round(.5,MidpointRounding.AwayFromZero).
Please tell me how to achieve same with flee.

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

1 participant