INumberRounder.RoundDouble(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rounds a Double number.
public:
double RoundDouble(double value);
double RoundDouble(double const& value);
public double RoundDouble(double value);
function roundDouble(value)
Public Function RoundDouble (value As Double) As Double
Parameters
- value
-
Double
double
The Double value to be rounded.
Returns
Double
double
The rounded number. This result is a double precision floating point number, which is not necessarily an integer.
Remarks
Note
This method is precise only within the limits of the Double data type: approximately 15 digits.