Hi all,
I have this snippet that don't compile:
Math.Ceiling(-voceValue.Value - 0.5M);
because the field Value of the class voceValue is decimal nullable.
How can I solve?
Thanks a lot.
--
Luigi
I have this snippet that don't compile:
Math.Ceiling(-voceValue.Value - 0.5M);
because the field Value of the class voceValue is decimal nullable.
How can I solve?
Thanks a lot.
--
Luigi
Comment