|
Hi Rayie
You can use NormalizeDouble function.
double NormalizeDouble( double value, int digits)
Rounds floating point number to specified decimal places.
Parameters
value - Floating point value.
digits - Precision format, number of digits after decimal point (0-8).
Aki
|