Hi
Does any body know, how to round a double value with a specific number
of digits after the decimal points?
A function like this:
RoundMyDouble (double &value, short numberOfPrecisi ons)
It then updates the value with numberOfPrecisi ons after the decimal
point.
Any help is appreciated.
Thanks.
md
Does any body know, how to round a double value with a specific number
of digits after the decimal points?
A function like this:
RoundMyDouble (double &value, short numberOfPrecisi ons)
It then updates the value with numberOfPrecisi ons after the decimal
point.
Any help is appreciated.
Thanks.
md
Comment