L
Luigi Z
Hi all,
I have a decimal nullable variable that results from a division of other 2
decimal nullable variables (C# 2.0).
How can I "force" the result to have only 3 decimal?
For example
2/3 -> 0.66666666666666 -> 0.667
Thanks in advance
I have a decimal nullable variable that results from a division of other 2
decimal nullable variables (C# 2.0).
How can I "force" the result to have only 3 decimal?
For example
2/3 -> 0.66666666666666 -> 0.667
Thanks in advance