This topic has not yet been rated - Rate this topic

numeric_limits::max_digits10

Returns the number of decimal digits required to make sure that two distinct values of the type have distinct decimal representations.

static int max_digits10 = 0;

Returns the number of decimal digits that are required to make sure that two distinct values of the type have distinct decimal representations.

The member stores the number of decimal digits required to make sure that two distinct values of the type have distinct decimal representations.

Header: <limits>

Namespace: std

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.